If I store a unicode character in my database in a field set as utf8_unicode_ci and then retrieve the character with AddDefaultCharset utf8 set in the php.ini and display it the character will display as unicode, however if I display it in an input field I get the unicode numerical value.
Is there a way to retrieve the unicode character and display it as such?
In a separate, but related problem I notice that when using unicode in my passwords if I type out the unicode instead of the unicode character the passwords will match. Is there a way to change this so that only unicode characters when used with letters and numbers are valid as opposed to writing out the numerical value of the unicode as away to get around writing in the unicode characters?



Reply With Quote
Bookmarks