setting character set variables in my.ini file
Posted by: roamerchan
Date: October 27, 2005 11:07PM

Expert pls help, i am writing a program requires displaying chinese characters, I found that when I edit two variables in my.ini file, client & server option, I can only change two varialbes: character_set_database & character_set_server to utf8, but I just can't change other varaibles .

Thus, the chinese fonts still can't display correct, how can I change all variables belows in my.ini file? pls help
---------------
character_set_client = latin1
character_set_connection = latin1
character_set_database = latin1
character_set_results= latin1
character_set_server = latin1
character_set_system = utf8
character_sets_dir = C:\Program Files\MySQL\MySQL Server 4.1\share\charsets/
collation_connection = latin1_swedish_ci
collation_database = latin1_swedish_ci
collation_server = latin1_swedish_ci

Options: ReplyQuote


Subject
Views
Written By
Posted
setting character set variables in my.ini file
6438
October 27, 2005 11:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.