locale and charset problem in mysql - default character set should be set to utf8
Bug #34181 reported by
nahs
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-dfsg-5.1 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned | ||
Bug Description
in dapper, mysql has no default charset setting in /etc/mysql/my.cnf. So. mysql select latin1 for default charset. but it has problem with input cjk into database.
and mysql has it's own localization files in /usr/share/mysql/. but in korean. it was encoded with euc-kr. so i must changed my terminal encode to euc-kr for use it.
since ubuntu recommend utf8 environment, i think that mysql also support utf8 by default is better.
Changed in mysql-dfsg-5.0: | |
importance: | Medium → Wishlist |
status: | Confirmed → Triaged |
affects: | mysql-dfsg-5.0 (Ubuntu) → mysql-dfsg-5.1 (Ubuntu) |
To post a comment you must log in.
I have checked mysql-server 4.1 (4.1.15) and 5.0 (5.0.18) source packages in Dapper. Indeed files such as errmsg in sql/share/korean are encoded with euc-kr.