Query MySQL with unicode char code.
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2010-06-11T22:28:03Z
Indexed on
2010/06/11
22:32 UTC
Read the original article
Hit count: 399
Hi,
I have been having trouble searching through a MySQL table, trying to find entries with the character (UTF-16 code 200E) in a particular column.
This particular code doesn't have a glyph, so it doesn't seem to work when I try to paste it into my search term. Is there a way to specify characters as their respective code point instead for a query?
Thanks, -Ben
© Stack Overflow or respective owner