Conversion UTF-8 -> CL8MSWIN1251

From: Andrey <atimofeyev_at_rambler.ru>
Date: 3 Aug 2004 22:38:56 -0700
Message-ID: <e5e95389.0408032138.24713917_at_posting.google.com>



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? Received on Wed Aug 04 2004 - 07:38:56 CEST

Original text of this message