<?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: Cyryllic chars in KDS in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601011#M7571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As I know KDS itself doesn't support Russian .&lt;/P&gt;&lt;P&gt;but user can go to ( &lt;A href="http://www.eclipse.org/"&gt;http://www.eclipse.org/&lt;/A&gt; ) to find the additional language packs in Eclipse. only the strings localized (by the community) to Russian is supported.&lt;BR /&gt;&lt;SPAN style="font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 08:08:06 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2016-09-09T08:08:06Z</dc:date>
    <item>
      <title>Cyryllic chars in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601009#M7569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have problem with cyryllic chars in KDS.&lt;/P&gt;&lt;P&gt;I use Kinetis KL46 (ARM Cortex M0+) and defalult GNU C Compiler.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I declare chars like below. There is problem only with cyryllic chars.......&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My declaration and initiations:&lt;/P&gt;&lt;P&gt;static const char RUFont1[]= "1234567890-=";&lt;BR /&gt;static const char RUFont2[]= "йцукенгшщзхъ";&lt;BR /&gt;static const char RUFont3[]= "фывапролджэ";&lt;BR /&gt;static const char RUFont4[]= "ячсмитьбю";&lt;BR /&gt;static const char RUFont5[]= "ЙЦУКЕНГШЩЗХЪ";&lt;BR /&gt;static const char RUFont6[]= "ФЫВАПРОЛДЖЭ";&lt;BR /&gt;static const char RUFont7[]= "ЯЧСМИТЬБЮ";&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I have to do in KDS to have a values in arrays of chars like in the ASCII table below?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example I want to have:&lt;/P&gt;&lt;P&gt;Б = 193&lt;/P&gt;&lt;P&gt;Щ = 217&lt;/P&gt;&lt;P&gt;Ф = 212 etc....&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while I have from compilator different values, for examples:&lt;/P&gt;&lt;P&gt;Б = 208 etc.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change codeparge in KDS like&lt;/P&gt;&lt;P&gt;Window &amp;gt; Preferences &amp;gt; General &amp;gt; Workspace, set "Text file encoding" to "Other : UTF-8&lt;/P&gt;&lt;P&gt;but withaut good effect...&lt;/P&gt;&lt;P&gt;Could anyone know what I have to change, set..? &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="162474_162474.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122205i656A7FAECBC283B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="162474_162474.png" alt="162474_162474.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="windows codepage 1251.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5300iA49A0FC0F87A89A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="windows codepage 1251.png" alt="windows codepage 1251.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will be very grateful for help&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Piotr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:36:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601009#M7569</guid>
      <dc:creator>piotrdzierzak</dc:creator>
      <dc:date>2016-09-08T13:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cyryllic chars in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601010#M7570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I show the arrays from debuger:&lt;/P&gt;&lt;P&gt;The most frequently code chars is 0xDO(h)...&lt;/P&gt;&lt;P&gt;Like you see the number 12345.. are ok while the cyrillic chars not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="RUchars.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5429i5F3DE15CA4BA06E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="RUchars.png" alt="RUchars.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 14:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601010#M7570</guid>
      <dc:creator>piotrdzierzak</dc:creator>
      <dc:date>2016-09-08T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cyryllic chars in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601011#M7571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As I know KDS itself doesn't support Russian .&lt;/P&gt;&lt;P&gt;but user can go to ( &lt;A href="http://www.eclipse.org/"&gt;http://www.eclipse.org/&lt;/A&gt; ) to find the additional language packs in Eclipse. only the strings localized (by the community) to Russian is supported.&lt;BR /&gt;&lt;SPAN style="font-size: small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 08:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Cyryllic-chars-in-KDS/m-p/601011#M7571</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-09-09T08:08:06Z</dc:date>
    </item>
  </channel>
</rss>

