On 22 Mar 2005 19:32:54 -0800, "NeXT" <
[hidden email]> wrote:
>Hi,
>
>I just tried to build application using Dolphin Smalltalk but faced a
>problem; When I try in Workspace with simple test code with Korean, it
>does emit some very wrong error like index out of bounds. The test code
>is 'ABC' size(yes, instead of 'ABC' you have to type some Korean text
>there :). Is this normal behavior which means Dolphin Smalltalk has
>problem with UTF8 (except western alphabet which uses single byte)? If
>so, I'm very unhappy... Or is there any way of working around this
>problem?
Maybe you have to explicitly use the UnicodeString class... :-?