チケット #12119

unicode problem mysql
登録: 2008-03-21 23:25 最終更新: 2008-03-24 22:33

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
2

詳細

when inserting to the Mysql base utf-8 encoding
strings, values are inserted incorrectly, but if select
form the same table, values inserted with another tool
(MySQL Administrator) are displayed correctly. it seems
there is some problem on insert. I attached a screenshot.

hope to see this bug fixed in the next version.

There is no such problem with sqlite db.
unfortunately I can't test it with oracle right now but
I'll do it later and will report the result here.

Thanks

チケットの履歴 (3 件中 3 件表示)

2008-03-21 23:25 更新者: gozala
  • 添付ファイル 2249: screen.png が付加されました
2008-03-24 22:29 更新者: zigen
  • 添付ファイル 2255: mysql.gif が付加されました
コメント
Logged In: YES
user_id=31258

this is no bug.

When use utf8, please setting charset 'utf8' by database
define dialog.

1)setting of charset is 'utf8' (mysql.gif)

or

2)modify connection string
ex. jdbc:mysql://localhost:3306/utf8db?
useUnicode=true&characterEncoding=utf8

2008-03-24 22:33 更新者: zigen
コメント
Logged In: YES
user_id=31258

The utf8's data that has already been registered
Please try after it deletes it once.

添付ファイルリスト

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする