Re: [PHP] Re: Sorting text with multibyte characters

2004-05-01 Thread Michal Migurski
> Run into this before, PHP seams to do quite well when you set the locale > right ( de_DE ) which will place AÄBCD instead of ABCDÄÖÜ. > > Hope this helps :-) Thanks, I hadn't thought of that. - michal migurski- contact

[PHP] Re: Sorting text with multibyte characters

2004-05-01 Thread Red Wingate
Run into this before, PHP seams to do quite well when you set the locale right ( de_DE ) which will place AÄBCD instead of ABCDÄÖÜ. Hope this helps :-) -- red Michal Migurski wrote: Hi, Does anyone have any thoughts on how to effectively sort text with multi byte characters? I am worki