<div class="gmail_quote">
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">&nbsp;</div>&gt;Were you able to inspect the decoded character values? If the decoding is<br>&gt;right then the issue is with fonts. See isFontAvailable and installFont<br>&gt;methods in LanguageEnvironment to see how to load language-specific fonts on<br>
&gt;startup. GreekEnvironment and JapaneseEnvironment classes depend on such<br>&gt;external font files.<br>
<div class="im"><br></div></blockquote>
<div>The decoding is correct, for example, a chinese character &lsquo;жа&#39;, the UTF8 decoding is 25185837, but the dispaly in the workspace is ??,&nbsp;</div>
<div>&nbsp;I inpsect on : </div>
<div>&nbsp;(SimplifiedChineseEnvironment new) isFontAvailable, </div>
<div>it return false to me.</div>
<div>&nbsp;</div>
<div>and i run following to installFont:</div>
<div>&nbsp;(Locale isoLanguage: &#39;zh&#39;) languageEnvironment fontDownload.</div>
<div>seems not font support on the net, any suggestion on how could i got the font for chinese?</div>
<div>&nbsp;</div>
<div>And also i have read the chinese support codes developed by Yo, it does work on Squeak 3,8 and 3,9, but it doesn&#39;t work on 4.1,&nbsp;I don&#39;t understanding what the different feature on Squeak4.1 on Language support side?</div>

<div><br>Subbu<br></div></div><br>