【发布时间】:2011-08-13 11:49:14
【问题描述】:
I tried to fetch ピース on mysql database SELECT * FROM edict WHERE japanese = 'ピース' However I got 3 results which are: ヒース ビーズ ピース
I tried to use ぴーす as the query and it also return the same result. SELECT * FROM edict WHERE japanese = 'ぴーす'
How can I solve this problem?
Thank you
【问题讨论】: