<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    oldschoolcowboy writes:<font face="FreeSerif"><br>
    </font>> never mind; found it had to set it in Xiphos.<font
      face="FreeSerif"><br>
      <br>
      Xiphos knows nothing of the "C" locale. Typical default in a US
      system would be:<br>
      <br>
    </font><font face="monospace">LANG=en_US.UTF-8<br>
      LC_ALL=en_US.UTF-8</font><font face="FreeSerif"><br>
      <br>
      I am ... surprised ... that your system defaults at any time to a
      locale which is not a real locale.<br>
      That is to say, "C" is sort of the null locale, where strings are
      handled the most simplistically, i.e., no processing or
      translation.</font>
  </body>
</html>