Can someone explain and help me

01/05/2012 02:56 JehovahzWitness#1
How can I allow the character † to be in a guild name as it comes up as ? currently. Is there anyway?
01/05/2012 06:42 12k#2
You will need to change the default charset of ur mysql.
01/05/2012 12:34 JehovahzWitness#3
But to which set? I cant seem to find the right one, its available on real conquer so im hoping it is here. Or is there a way to change this to a flatfile sort of database
01/05/2012 14:10 I don't have a username#4
To unicode.
01/05/2012 23:19 JehovahzWitness#5
Thanks that worked, but now í isnt working
01/06/2012 00:26 CptSky#6
Quote:
Originally Posted by I don't have a username View Post
To unicode.
The client use the Windows-1252 charset. You should use the same charset everywhere as mixing charset may result to problems... UNICODE is identical to the ASCII charset, but the Windows-1252 is an extended ASCII charset... Some code point may return different character.

So, all your I/O, including files, database should use the Windows-1252 (CP1252) charset. By the way, MySQL's latin1 charset is badly named as it's Windows-1252... But, Windows-1252 is extended from the ISO 8859-1 charset that is also named latin1, so that make sense.
01/06/2012 00:45 JehovahzWitness#7
Which character set lets me use both í and †
01/06/2012 01:13 CptSky#8
Quote:
Originally Posted by JehovahzWitness View Post
Which character set lets me use both í and †
UNICODE for sure. But, to be fully compatible and based on the client capabilities, Windows-1252.

There is a chart on Wikipedia of all available characters of the Windows-1252 charset.

Windows-1252 - Wikipedia, the free encyclopedia