<?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 Extended ASCII characters in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208645#M5830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW8.2.2 with IDE 5.6.1, and I need to use 8-bit ASCII characters beyond 0x7F.&amp;nbsp; However, there are inconsistencies between the way the IDE and the compiler represent the characters.&amp;nbsp; For example, if a capital C with cedilla 'Ç' is entered in the IDE using the traditional value 0x80, it is displayed properly.&amp;nbsp; When this character is compiled as part of a string, it is given the value 0xC7, which is a valid value using a newer extended ASCII table, but not the same as 0x80.&amp;nbsp; Is there a way to get the IDE and compiler to use the same extended ASCII table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2009 21:05:29 GMT</pubDate>
    <dc:creator>FredF</dc:creator>
    <dc:date>2009-08-20T21:05:29Z</dc:date>
    <item>
      <title>Extended ASCII characters</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208645#M5830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW8.2.2 with IDE 5.6.1, and I need to use 8-bit ASCII characters beyond 0x7F.&amp;nbsp; However, there are inconsistencies between the way the IDE and the compiler represent the characters.&amp;nbsp; For example, if a capital C with cedilla 'Ç' is entered in the IDE using the traditional value 0x80, it is displayed properly.&amp;nbsp; When this character is compiled as part of a string, it is given the value 0xC7, which is a valid value using a newer extended ASCII table, but not the same as 0x80.&amp;nbsp; Is there a way to get the IDE and compiler to use the same extended ASCII table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 21:05:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208645#M5830</guid>
      <dc:creator>FredF</dc:creator>
      <dc:date>2009-08-20T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extended ASCII characters</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208646#M5831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 2 norms for extended ASCII table:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#42436C"&gt;&lt;FONT face="Arial"&gt;&lt;STRONG&gt;&amp;nbsp; - ISO-8859&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#42436C"&gt;&lt;FONT face="Arial"&gt;&amp;nbsp; - &lt;STRONG&gt;ISO-8859-1 for Latin Europe.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#42436C" face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#42436C" face="Arial"&gt;We need more details when you said:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For example, if a capital C with cedilla 'Ç' is entered in the IDE using the traditional value 0x80, it is displayed properly.&lt;/P&gt;&lt;P&gt;How do you entered it in the IDE ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the Windows OS used ?&lt;/P&gt;&lt;P&gt;Is it the US version ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an example reproducing the behavior ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 19:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208646#M5831</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2009-08-27T19:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extended ASCII characters</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208647#M5832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, but I was able to resolve the issue.&amp;nbsp; In Windows with a full keyboard, holding the ALT key and entering 1-2-8 (0x80) on the keypad will produce Ç using the 8859 character set.&amp;nbsp; Holding the ALT key and entering 0-1-9-9 will produce Ç using the 8859-1 character set.&amp;nbsp; The compiler uses the 8859-1 character set, so creating strings with the 0-x-x-x codes produce the correct hex values when compiled.&amp;nbsp; However, the CW IDE does not recognize all the extended ASCII characters when they are entered, so an alternate editor may be required.&amp;nbsp; Once they are entered in the file, the IDE displays them correctly, and they are compiled correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 21:11:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Extended-ASCII-characters/m-p/208647#M5832</guid>
      <dc:creator>FredF</dc:creator>
      <dc:date>2009-08-27T21:11:06Z</dc:date>
    </item>
  </channel>
</rss>

