My language is norwegian and I need the øæå ØÆÅ characters to work.
First i didnt have ØÆÅ chars, but export LANG="no_NO" fixed this.
But when I edit files in vi the char's get like: ÃÃø
This also occurs when I make a php-script that saves info to a sql database,
if I include ØÆÅ's in that, SQL writes it like øø.
Aaanybody know what I can do to fix this for good?
I dont want to be forced to use a strreplace script for this, because it has
worked on other servers (servers smart people set up, not servers like mine in the cottage).
Appriciate if anyone could help me on this.