mediaocean
Programmer
Does anybody know a way to simulate "COLLATE" on mysql 4.0.18 ?
This would be for the ordered ouptut of a database with German terms.
Now, with latin1 it's:
a -> u -> z -> ü.
but correctly with german charset it should be:
a -> u -> ü -> z
I know that with the right character set this wouldn't be a problem, but unfortunately it's not possible to change the server settings from latin1 to latin_de.
Thanks for any help !
This would be for the ordered ouptut of a database with German terms.
Now, with latin1 it's:
a -> u -> z -> ü.
but correctly with german charset it should be:
a -> u -> ü -> z
I know that with the right character set this wouldn't be a problem, but unfortunately it's not possible to change the server settings from latin1 to latin_de.
Thanks for any help !