Re: Transcoding error with Shift-JIS encoded file on MACOS

2003-10-20 Thread James Berry
OTECTED] Subject: Re: Transcoding error with Shift-JIS encoded file on MACOS   Vivek,   I fixed a bug in that function on Aug 26 which may have caused a  problem for you. You may want to adopt the some of the changes from  cvs.   James. -Original Message- From:Vivekanand V. Sent:Monday, Octo

RE: Transcoding error with Shift-JIS encoded file on MACOS

2003-10-20 Thread Bharat Gautam
PMTo: [EMAIL PROTECTED]Subject: Re: Transcoding error with Shift-JIS encoded file on MACOS   Vivek,   I fixed a bug in that function on Aug 26 which may have caused a  problem for you. You may want to adopt the some of the changes from  cvs.   James. -Original Message-From: Vivekanand

Re: Transcoding error with Shift-JIS encoded file on MACOS

2003-10-18 Thread James Berry
Vivek, I fixed a bug in that function on Aug 26 which may have caused a problem for you. You may want to adopt the some of the changes from cvs. James. On Oct 18, 2003, at 3:34 AM, Vivekanand V. wrote: I get a "Invalid multibyte source text sequence encountered" error on parsing the attac

Transcoding error with Shift-JIS encoded file on MACOS

2003-10-18 Thread Vivekanand V.
I get a "Invalid multibyte source text sequence encountered" error on parsing the attached file. I am using xerces C++ v2.1. The code where this error occurs is in MacOSUnicodeConverter.cpp (function MacOSTranscoder::transcodeFrom) when it executes ConvertFromTextToUnicode() function. From