<?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: default ecoding and character set in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964010#M101335</link>
    <description>Hi (again) Art:&lt;BR /&gt;&lt;BR /&gt;If you simply do 'locale' you will see yuor current values.  For instance, my LC_TIME is:&lt;BR /&gt;&lt;BR /&gt;LC_TIME="C"&lt;BR /&gt;&lt;BR /&gt;If I do 'locale -a' I will see all of the locales available for choice.  For instance:&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Thu Mar  2 09:44:53 EST 2006&lt;BR /&gt;# LC_TIME=de_DE.iso88591 date&lt;BR /&gt;Do., 02. MÃ¤rz 2006, 09:45:06&lt;BR /&gt;&lt;BR /&gt;In the second command I set the locale (temporarily) to a German one since it was one choice available to me.&lt;BR /&gt;&lt;BR /&gt;As for character sets, you need to look at the other manpages I mentioned, such as 'localedef(1M), 'charmap(4)' and 'environ(5)' among others.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Mar 2006 09:49:56 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-03-02T09:49:56Z</dc:date>
    <item>
      <title>default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964004#M101329</link>
      <description>Hi Gurus,&lt;BR /&gt;10 point to win!&lt;BR /&gt;&lt;BR /&gt;I need to know the defaut ecoding type and the character set of my server HP-UX 11.11.&lt;BR /&gt;How can see info about these topics and about convertions between ecoding types, characters set?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Art</description>
      <pubDate>Thu, 02 Mar 2006 09:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964004#M101329</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-02T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964005#M101330</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# locale&lt;BR /&gt;&lt;BR /&gt;Start with the manpages for 'locale(1)'.  Follow the "See Also" manpage suggestions at the end, too :-)&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 02 Mar 2006 09:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964005#M101330</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-02T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964006#M101331</link>
      <description>Art,&lt;BR /&gt;#locale LC_CTYPE &lt;BR /&gt;should give you default char set</description>
      <pubDate>Thu, 02 Mar 2006 09:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964006#M101331</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964007#M101332</link>
      <description>Hi Art, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can find more information from # man locale.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 02 Mar 2006 09:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964007#M101332</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-02T09:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964008#M101333</link>
      <description>Hi JRF,&lt;BR /&gt;this is the output of locale -A on my server:&lt;BR /&gt;locale -A&lt;BR /&gt;32-bit locales are:&lt;BR /&gt;C&lt;BR /&gt;POSIX&lt;BR /&gt;C.iso88591&lt;BR /&gt;C.iso885915&lt;BR /&gt;C.utf8&lt;BR /&gt;univ.utf8&lt;BR /&gt;&lt;BR /&gt;64-bit locales are:&lt;BR /&gt;C&lt;BR /&gt;POSIX&lt;BR /&gt;C.iso88591&lt;BR /&gt;C.iso885915&lt;BR /&gt;C.utf8&lt;BR /&gt;univ.utf8&lt;BR /&gt;&lt;BR /&gt;what are teh enconding type and the character set?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 09:18:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964008#M101333</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-02T09:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964009#M101334</link>
      <description>Hi Art, &lt;BR /&gt;&lt;BR /&gt;You are having ISO 8859-1 encoding.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 02 Mar 2006 09:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964009#M101334</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-02T09:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964010#M101335</link>
      <description>Hi (again) Art:&lt;BR /&gt;&lt;BR /&gt;If you simply do 'locale' you will see yuor current values.  For instance, my LC_TIME is:&lt;BR /&gt;&lt;BR /&gt;LC_TIME="C"&lt;BR /&gt;&lt;BR /&gt;If I do 'locale -a' I will see all of the locales available for choice.  For instance:&lt;BR /&gt;&lt;BR /&gt;# date&lt;BR /&gt;Thu Mar  2 09:44:53 EST 2006&lt;BR /&gt;# LC_TIME=de_DE.iso88591 date&lt;BR /&gt;Do., 02. MÃ¤rz 2006, 09:45:06&lt;BR /&gt;&lt;BR /&gt;In the second command I set the locale (temporarily) to a German one since it was one choice available to me.&lt;BR /&gt;&lt;BR /&gt;As for character sets, you need to look at the other manpages I mentioned, such as 'localedef(1M), 'charmap(4)' and 'environ(5)' among others.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 09:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964010#M101335</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-02T09:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: default ecoding and character set</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964011#M101336</link>
      <description>thanks JRF</description>
      <pubDate>Thu, 02 Mar 2006 11:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-ecoding-and-character-set/m-p/4964011#M101336</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-02T11:00:34Z</dc:date>
    </item>
  </channel>
</rss>

