<div>thx you all, I will try it tonight!!!</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/24/08, <b class="gmail_sendername">Yoshiki Ohshima</b> &lt;<a href="mailto:yoshiki@vpri.org">yoshiki@vpri.org</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">At Thu, 23 Oct 2008 01:49:08 +0800,<br>Simon Chan wrote:<br>&gt;<br>&gt; [1&nbsp;&nbsp;&lt;multipart/alternative (7bit)&gt;]<br>
&gt; [1.1&nbsp;&nbsp;&lt;text/plain; ISO-8859-1 (7bit)&gt;]<br>&gt;<br>&gt; [1.2&nbsp;&nbsp;&lt;text/html; ISO-8859-1 (7bit)&gt;]<br>&gt; Hi all, I am a total beginner, just started few days.<br>&gt;<br>&gt; I just found smalltalk has the nicest development environment I have even seen,<br>
&gt; especially the image persistent.<br>&gt;<br>&gt; Persistent has always been a problem to me, I always wanted to create some personal applications,<br>&gt; but persistent problem has always stop me, I just hate using relational database, creating sequences,<br>
&gt; dropping and adding fields, during the development it&#39;s a very painful experience.<br>&gt;<br>&gt; The only problem I am having is that it cannot display chinese characters, I really want to develop something simple<br>
&gt; wihout rdb.<br>&gt;<br>&gt; How do I make Squeak displaying chinese characters, all chinese characters are shown as ?<br>&gt;<br>&gt; Can anyone help me, thx a lot!<br><br><a href="http://code.google.com/p/chinesesqueak/">http://code.google.com/p/chinesesqueak/</a><br>
<br>would be a good start.&nbsp;&nbsp;For other images, download<br>uSimplifiedChineseFont.out from:<br><br><a href="http://code.google.com/p/chinesesqueak/source/browse/branches/3.8/src/uSimplifiedChineseFont.out?r=38">http://code.google.com/p/chinesesqueak/source/browse/branches/3.8/src/uSimplifiedChineseFont.out?r=38</a><br>
<br>and evaluate:<br><br>StrikeFontSet installExternalFontFileName6: &#39;uSimplifiedChineseFont.out&#39; encoding: SimplifiedChineseEnvironment leadingChar encodingName: #SimplifiedChinese textStyleName: #DefaultMultiStyle.<br>
<br>(which is in the comment of StrikeFontSet<br>class&gt;&gt;installExternalFontFileName6:encoding:encodingName:textStyleName:)<br><br>then do some more tricks (depending on your image version) and it<br>should do something.<br>
<br>-- Yoshiki<br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br>