ÅÄÖ???????

Archive of all threads restored from the backup after the forum hijack
Locked
SkroT

ÅÄÖ???????

Post by SkroT »

The people I write to can't see the letters ÅÄÖ for some reason. I'm from Sweden and we use those letters quite alot. :)
Guest

???

Post by Guest »

What is wrong with you all?!
All the time I see the same message "I can't use these and these letters"
I understand the problem, but why don't you look at previous posts?!
The same problem all over and over again. :evil:
togirei

you can do like this:

Post by togirei »

at row 405 in msn.mrc you'll find this:

sockwrite -n chat. $+ $right($active,$calc($len($active)-1))
sockwrite chat. $+ $right($active,$calc($len($active)-1)) $1


change the lower row to:

sockwrite chat. $+ $right($active,$calc($len($active)-1)) $replacecs($1-,å,Ã¥,ä,ä,ö,ö,Å,Ã…,Ä,Ä,Ö,Ö)

both åäö and ÅÄÖ works fine with it.
Veritas
Posts: 3
Joined: Fri Feb 07, 2003 13:50 pm
Location: Stockholm, Sweden.
Contact:

Post by Veritas »

Omg! nice, really nice! :D thx alot, now i can use this shit :D
When the truth walks away, everybody stays cause the truth about the world is that crime does pay.
togirei

Post by togirei »

i belive if you made a function for this, it may be a solution to the problem with making special-characters work as they're supposed.
Locked