[Seaside] Creating Korean String

Philippe Marschall philippe.marschall at gmail.com
Mon Jul 30 04:35:32 UTC 2007


2007/7/30, Yoshiki Ohshima <yoshiki at squeakland.org>:
>   Philippe,
>
> > For a test I create a korean string using:
> >
> > String with: (Character value: 50976) with: (Character
> > value: 47532) with: (Character value: 47484)
> >
> > Should this work everywhere?
>
>   It depends on what you mean by "work".  In anycase, these should be
> created with leadingChar:code: like (assuming these code point are valid):

That's not how it will be created when I a web application is used.

Philippe

> String with: (Character leadingChar: 7 code: 50976) with: (Character
> leadingChar: 7 code: 47532) with: (Character leadingChar: 7 code:
> 47484)
>
>   Then, you should be able to render the string with existing font file for Korean.
>
> -- Yoshiki
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list