Please unsubscribe from this list and subscribe to xerces-c-dev. We are
trying to close this list down and split it into C++ and Java lists. I will
post this response there, so please do any follow up there.
If the transcoder you are using underneath the parser supports it, then the
parser supports it. The parser allows you use different transcoders, some
of which might support some encodings and not others. The ICU transcoder
which is used in the XML4C version of the parser (www.alphaworks.ibm.com) I
believe does support this encoding. If you use the Win32 or Iconv
transcoders, then it will depend upon whether support for that encoding in
included in the operating system you are using.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
"SOHN, DONG EON" <[EMAIL PROTECTED]> on 04/16/2000 10:59:54 AM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: [Q] Do Xerces C support EUC-KR encoding?
Hi!
My xml document has "EUC-KR" encoding.
But, I didn't found source code about "EUC-KR".
How can I use "EUC-KR" encoding in Xerce C source code?
Let me know please...