Simplified Chinese support

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Simplified Chinese support

Yoshiki Ohshima
  Hello,

  I finally got around to start the Chinese support.  Kelvin Chang
informed me (5 months ago, actually) the bitmap fonts for Simplified
Chinese and I hacked the Squeak code a little to support it.  I spent
two hours or so and this is where I am.

  The metric for some punctuation characters doesn't look
right... That is the way the metric is specified for these characters.
I wonder if I should hand-modify them or not...

  I'll look into the text input as well and hopefully have something
testable by the weekend.

  More to come, and I'll ask some help for the test.

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

gjmingsg
I really want to know how to make Pharo support Chinese(show chinese font and input).
can you give some idea?
thank you.
Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

liang bing
This post was updated on .
Chinese windows Pharo 3.0 Setting FreeType Font to Chinese Font
gjmingsg wrote
I really want to know how to make Pharo support Chinese(show chinese font and input).
can you give some idea?
thank you.

Chinese Windows, Pharo 3.0 setting  Freetype font to Chinese Font,

display and input OKay
I love Smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

liang bing
Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

Frank Shearar-3
On 7 January 2014 13:22, liang bing <[hidden email]> wrote:
> http://code.google.com/p/chinasqueak/downloads/list

Cool!

frank

Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

timrowledge
In reply to this post by liang bing

On 07-01-2014, at 5:22 AM, liang bing <[hidden email]> wrote:
> View this message in context: http://forum.world.st/Simplified-Chinese-support-tp50010p4734900.html

It’s amazing how old a message can be and still get revived; this one jumps from may ’06 to last Friday ;-)

Given that the files are fairly old, there may be some work needed to accommodate the changes to the scanners and compositors that nice & I made a little while back. We tried hard to keep it all compatible but I never saw any news of anyone trying out non-latin type languages.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
The best packed information most resembles random noise.



Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

Bert Freudenberg

On 07.01.2014, at 19:41, tim Rowledge <[hidden email]> wrote:

>
> On 07-01-2014, at 5:22 AM, liang bing <[hidden email]> wrote:
>> View this message in context: http://forum.world.st/Simplified-Chinese-support-tp50010p4734900.html
>
> It’s amazing how old a message can be and still get revived; this one jumps from may ’06 to last Friday ;-)
>
> Given that the files are fairly old, there may be some work needed to accommodate the changes to the scanners and compositors that nice & I made a little while back. We tried hard to keep it all compatible but I never saw any news of anyone trying out non-latin type languages.

We have non-latin working in Etoys for Japanese and a few others (on all platforms), and for pretty much everything via Pango (on Linux only).

http://squeakland.org/download/

- Bert -





smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Simplified Chinese support

gjmingsg
In reply to this post by liang bing
I use Pharo 2.0.
may be I need to try Pharo 3.0...
thank you all though.