How to convert UTF-8 (hex) value to Unicode Character?. Been trying for more than a week. Please help.
Posted by: stephen selvaraj
Date: July 07, 2010 10:31PM

How to convert UTF-8 (hex) value to Unicode Character?. Been trying for more than a week. Please help. Any soultion in php or mysql.

Example2
Unicode Character = “ a”
UTF-8 (hex) = “efbd81”

Example1
Unicode Character = “ 黪 “
UTF-8 (hex) = “e9bbaa”


Notes:
I have a mySql database containing 7000+ records. In a particular column they stored all the hex values represent its respective Unicode Character like above example. I need to search the database by passing hexvalue as my search string in order to get the above Unicode Character.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to convert UTF-8 (hex) value to Unicode Character?. Been trying for more than a week. Please help.
5781
July 07, 2010 10:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.