RE: Encoding problems

2001-08-20 Thread Williamson, Siehnai
Title: RE: Encoding problems Thanks. Siehnai Williamson DocuCorp International, Inc. -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent:   Monday, August 20, 2001 3:41 PM To: [EMAIL PROTECTED] Subject:    Re: Encoding problems No wonder the

RE: encoding problems

2001-03-22 Thread Dean Roddey
The best way might be to get an XMLTranscoder for ISO-8859-1 and transcode it via that. It will handle those high bit characters and pass the ASCII subset through unchanged I think. So look at the TransService object which is a static member of XMLPlatformUtils. Ask it to create you an XMLTranscod