dbTalk Databases Forums  

Conversion UTF-8 -> CL8MSWIN1251

comp.databases.oracle comp.databases.oracle


Discuss Conversion UTF-8 -> CL8MSWIN1251 in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrey
 
Posts: n/a

Default Conversion UTF-8 -> CL8MSWIN1251 - 08-04-2004 , 12:38 AM






hi,

xmldom accepts win1251 but deals with UTF-8 only
my Client app. will be not happy seeing UTF-8 in incoming XML messages
so

--UTF-8 -> Win1251
--select ascii('Ð')*65535+ascii('¹') from dual =13631465
select chr(ascii(to_single_byte(chr(13631465 using nchar_cs)))) from dual

is where any better method?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.