Hi there!
I currently have a big problem while developing a site. I got a database which has countries with "german umlaute" (don't know an englisch expression for that) at the beginning (for example Ägypten). Now when i run a query like "select * from objects sort by country" the countries with "umlauten" (ÄÖÜ) are not in the right place... the Ä, Ö and Üs appear after Z.
the Ä should be right after the A (Ö->O and Ü->U)...
now i've tried to edit the german charset (ctype-german1.c) - without success...
i can't recompile mysql after the changes 🙁.
mysql always puts out some very weird compiler errors...
has anyone a tool or something like that with which i can create that charset, or has anyone already created such a german charset ?
c'ya,
michael