At 10:08 AM -0700 5/1/01, Magda Danish (Unicode) wrote:
>
>-----Original Message-----
>From: Negi, Yogesh (GEP,Contractor) [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, April 29, 2001 5:13 PM
>To: '[EMAIL PROTECTED]'
>Subject: Hexadecimal number for Unicode Data

There are solutions to your problems, but if we understood the 
problems better, we might be able to suggest better solutions. Give 
us some more detail about what you want (the specific target 
encoding, for example), and what your purpose is. Also, how much data 
are we talking about, and how often do you need to run these 
conversions?

>Hello,
>I have Oracle 8.0.6 as backend. I store Japanese Korean and English in
>UTF-8 format.
>My questions are :
>         1. How I get hexadecimal value of data ( Do we have any function
>for that ?) .

Oracle can translate internal UTF-8 to a variety of external 
encodings. If your preferred variant is not supported directly, we 
can point you to Perl scripts that will do what you want. Translating 
UTF-8 to any of the Unicode data formats, or any of those formats to 
any other, is easy.

>         2. Can I force the data to be stored in hexadecimal format ?

Do you mean as strings using just [0-9A-F]? Sure. Why would you want 
that? The data conversion is much faster than the disk read, so you 
would be using extra space without gaining any speed.


>Thanks and Regards,
>Yogesh Negi
>Phone : 413 448 5127

-- 

Edward Cherlin
Generalist
"A knot!" exclaimed Alice. "Oh, do let me help to undo it."
Alice in Wonderland

Reply via email to