Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>ASCII only defines the character codes up to 127 (0x7F) - everything after that is another encoding, such as ISO-8859-1 or UTF-8. Make sure your locale is set to the encoding you are trying to use - the <code>locale</code> command will report your current locale settings, the <a href="http://download.oracle.com/docs/cd/E18752_01/html/816-5175/locale-5.html" rel="nofollow" title="Solaris 10 man page: locale&#40;5&#41;">locale(5)</a> and <a href="http://download.oracle.com/docs/cd/E18752_01/html/816-5175/environ-5.html" rel="nofollow" title="Solaris 10 man page: environ&#40;5&#41;">environ(5)</a> man pages cover how to set them. A much more in-depth introduction to the whole character encoding concept can be found in <a href="http://www.joelonsoftware.com/articles/Unicode.html" rel="nofollow" title="Joel on Software: The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets &#40;No Excuses!&#41;">Joel Spolsky's <em>The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)</em></a></p> <p>The character code 0xBB is shown as <code>»</code> in the <a href="http://en.wikipedia.org/wiki/ISO8859-1#Codepage_layout" rel="nofollow" title="Wikipedia: IEC/ISO 8859-1">IS0-8859-1</a> character chart, so that's probably the character set you want, so the locale would be something like en_US.ISO8859-1 for that character set with US/English messages/date formats/currency settings/etc.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload