These two querys gives me the exact same result:
select * from topics where name='Harligt';
select * from topics where name='H?rligt';
How is this possible? Seems like mysql translates ??? to aao when it searches. Is there some way to turn this off?
I use utf-8 encoding everywhere as far as i know. The same problem occurs both from terminal and from php.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…