String asUppercase/asLowercase

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

String asUppercase/asLowercase

Denis Kudriashov
Hello.

asUppercase/asLowercase not work for non english strings (russian strings).

Is it bug?
How it can be implemeted?
Reply | Threaded
Open this post in threaded view
|

Re: String asUppercase/asLowercase

Nicolas Cellier
http://code.google.com/p/pharo/issues/detail?id=2703
Try squeak multilingual experimentations, I'm interested to ear if it
would work for you
(I'm unfortunately latin and need testing feedback from non latin users).

Nicolas

2011/3/28 Denis Kudriashov <[hidden email]>:
> Hello.
>
> asUppercase/asLowercase not work for non english strings (russian strings).
>
> Is it bug?
> How it can be implemeted?
>

Reply | Threaded
Open this post in threaded view
|

Re: String asUppercase/asLowercase

Denis Kudriashov
yes. this fix is work (Unicode>>toLowercase:/toUppercase: works good for russian strings)

2011/3/29 Nicolas Cellier <[hidden email]>
http://code.google.com/p/pharo/issues/detail?id=2703
Try squeak multilingual experimentations, I'm interested to ear if it
would work for you
(I'm unfortunately latin and need testing feedback from non latin users).

Nicolas

2011/3/28 Denis Kudriashov <[hidden email]>:
> Hello.
>
> asUppercase/asLowercase not work for non english strings (russian strings).
>
> Is it bug?
> How it can be implemeted?
>


Reply | Threaded
Open this post in threaded view
|

Re: String asUppercase/asLowercase

Nicolas Cellier
OK good news, I just put a SLICE in inbox.

Nicolas

2011/3/28 Denis Kudriashov <[hidden email]>:

> yes. this fix is work (Unicode>>toLowercase:/toUppercase: works good for
> russian strings)
>
> 2011/3/29 Nicolas Cellier <[hidden email]>
>>
>> http://code.google.com/p/pharo/issues/detail?id=2703
>> Try squeak multilingual experimentations, I'm interested to ear if it
>> would work for you
>> (I'm unfortunately latin and need testing feedback from non latin users).
>>
>> Nicolas
>>
>> 2011/3/28 Denis Kudriashov <[hidden email]>:
>> > Hello.
>> >
>> > asUppercase/asLowercase not work for non english strings (russian
>> > strings).
>> >
>> > Is it bug?
>> > How it can be implemeted?
>> >
>>
>
>