<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Difference between C.utf8 and en_us.utf8? (points!) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418199#M663513</link>
    <description>Thanks for your comments Denis. I did find them only a little bit useful. Matti's answer was much more helpful for me.&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
    <pubDate>Wed, 13 May 2009 05:40:58 GMT</pubDate>
    <dc:creator>Christian Deutsch_1</dc:creator>
    <dc:date>2009-05-13T05:40:58Z</dc:date>
    <item>
      <title>Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418194#M663508</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;I'm curious if somebody knows if there are any (which?) differences between C.utf8 and en_us.utf8 locales (on HP-UX 11.31)?&lt;BR /&gt;&lt;BR /&gt;The first three truly informative answers will be generously rewarded with points!&lt;BR /&gt;&lt;BR /&gt;Thanks, Christian</description>
      <pubDate>Tue, 12 May 2009 11:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418194#M663508</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2009-05-12T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418195#M663509</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;C.utf8 locale supports Computer English language whereas en_us.utf8 locale supports United state English.&lt;BR /&gt;&lt;BR /&gt;Read this document for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="https://internal.support.hpe.com/hpesc/docDisplay?cc=us&amp;amp;docId=emr_na-c02722594&amp;amp;lang=en-us" target="_blank" rel="noopener"&gt;https://internal.support.hpe.com/hpesc/docDisplay?cc=us&amp;amp;docId=emr_na-c02722594&amp;amp;lang=en-us&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 21:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418195#M663509</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2021-02-04T21:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418196#M663510</link>
      <description>Thanks Ganesan for the quick answer and interesting document. However the document is very high-level and I could not find in the document what the differences (if any) are between C.utf8 and en_us.utf8&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
      <pubDate>Tue, 12 May 2009 11:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418196#M663510</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2009-05-12T11:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418197#M663511</link>
      <description>Based on a quick inspection of locale source files in /usr/lib/nls/loc/src:&lt;BR /&gt;&lt;BR /&gt;C = POSIX standards-compliant default locale. Only strict ASCII characters are valid.&lt;BR /&gt;&lt;BR /&gt;C.utf8 = POSIX standards-compliant locale, extended to allow the basic use of UTF-8. No character upper-lower case relationships and collation orders defined beyond ASCII.&lt;BR /&gt;&lt;BR /&gt;(In other words: this sorts non-ASCII characters strictly according to their Unicode character encoding value. It does not understand that upper and lower case "A with diaeresis" are two versions of the same character and should be sorted near each other. For non-Latin alphabets, your guess is as good as mine.)&lt;BR /&gt;&lt;BR /&gt;For all C.* locales, the default currency symbol is undefined -&amp;gt; POSIX default "$" is used. Thousands separators are not used in large numbers.&lt;BR /&gt;&lt;BR /&gt;en_US.utf8 = American English UTF-8 locale. &lt;BR /&gt;It "knows" which non-ASCII Unicode characters are upper/lower case pairs, and sorts them together, upper case immediately before lower case. It also has default sorting orders defined for various non-Latin alphabets.&lt;BR /&gt;&lt;BR /&gt;The currency symbol is "$" and the international version is explicitly defined as "USD ".&lt;BR /&gt;A comma is used as a thousands separator.&lt;BR /&gt;12-hour time presentation is preferred.&lt;BR /&gt;The answer to an Y/N question may also be written out as "yes" or "no" (case insensitive).&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 12 May 2009 12:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418197#M663511</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-12T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418198#M663512</link>
      <description>You can use locale(1) and localedef(1m) to see the differences.&lt;BR /&gt;&lt;BR /&gt;Locales with C, are for American Nerd.</description>
      <pubDate>Tue, 12 May 2009 15:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418198#M663512</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-12T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418199#M663513</link>
      <description>Thanks for your comments Denis. I did find them only a little bit useful. Matti's answer was much more helpful for me.&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
      <pubDate>Wed, 13 May 2009 05:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418199#M663513</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2009-05-13T05:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418200#M663514</link>
      <description>&amp;gt;I did find them only a little bit useful. &lt;BR /&gt;&lt;BR /&gt;Here is a script fragment to do the compare:&lt;BR /&gt;CATS="LC_CTYPE LC_COLLATE LC_MONETARY LC_NUMERIC LC_TIME LC_MESSAGES"&lt;BR /&gt;echo "Doing C.utf8:"&lt;BR /&gt;LANG=C.utf8 locale -k $CATS &amp;gt; C.utf8.out&lt;BR /&gt;&lt;BR /&gt;echo "Doing en_US.utf8:"&lt;BR /&gt;LANG=en_US.utf8 locale -k $CATS &amp;gt; en_US.utf8.out&lt;BR /&gt;&lt;BR /&gt;echo "&amp;lt; C.utf8"&lt;BR /&gt;echo "&amp;gt; en_US.utf8"&lt;BR /&gt;diff C.utf8.out en_US.utf8.out&lt;BR /&gt;&lt;BR /&gt;The differences are in:&lt;BR /&gt;int_curr_symbol&lt;BR /&gt;currency_symbol&lt;BR /&gt;mon_decimal_point&lt;BR /&gt;mon_thousands_sep&lt;BR /&gt;mon_grouping&lt;BR /&gt;negative_sign&lt;BR /&gt;int_frac_digits&lt;BR /&gt;frac_digits&lt;BR /&gt;p_cs_precedes&lt;BR /&gt;p_sep_by_space&lt;BR /&gt;n_cs_precedes&lt;BR /&gt;n_sep_by_space&lt;BR /&gt;p_sign_posn&lt;BR /&gt;n_sign_posn&lt;BR /&gt;crncystr&lt;BR /&gt;thousands_sep&lt;BR /&gt;grouping&lt;BR /&gt;d_t_fmt&lt;BR /&gt;d_fmt&lt;BR /&gt;t_fmt&lt;BR /&gt;yesexpr&lt;BR /&gt;noexpr&lt;BR /&gt;&lt;BR /&gt;Instead of localedef(1m), I should have said nl_langinfo(3C).</description>
      <pubDate>Wed, 13 May 2009 06:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418200#M663514</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-13T06:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between C.utf8 and en_us.utf8? (points!)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418201#M663515</link>
      <description>Thanks Denis, that was much more helpful!&lt;BR /&gt;&lt;BR /&gt;I think I now have all the answers and details that I need for this question.&lt;BR /&gt;&lt;BR /&gt;Kind regards, Christian</description>
      <pubDate>Wed, 13 May 2009 07:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-c-utf8-and-en-us-utf8-points/m-p/4418201#M663515</guid>
      <dc:creator>Christian Deutsch_1</dc:creator>
      <dc:date>2009-05-13T07:27:22Z</dc:date>
    </item>
  </channel>
</rss>

