Yow . I'm trying to sort a list box from MySQL by Hebrew chars. Should I compile MySQL with specific flags in order to support this ?
Cheers
You can write a custom sorting function and then call it with usort(). I did this for the Greek alphabet and it works beautifully. Lookup usort() in the PHP docs for more info.
I must add, though, that I'm not sorting actual Greek characters, but their English names (e.g., "Alpha", "Beta", etc...).
If this sort function of yours is available, please send it to me at koem@koem.net