Re: Transcoders...

2000-01-07 Thread roddey
stuff on Windows without using ICU.) Dean Roddey Software Weenie IBM Center for Java Technology - Silicon Valley [EMAIL PROTECTED] Michael Burbidge <[EMAIL PROTECTED]> on 01/07/2000 03:24:49 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Transcoders.

Transcoders...

2000-01-07 Thread Michael Burbidge
Is there any documentation on transcoders? I know they're relatively simple. The general idea is that a transcoder can convert from one character encoding to another. Internally does xerces always deal with one particular encoding, maybe Unicode? Thanks, Mike-

Re: cvs commit: xml-xerces/c/src/util/Transcoders/Iconv IconvTransService.cpp IconvTransService.hpp

2000-01-06 Thread Michael Mason
[EMAIL PROTECTED] wrote: > > abagchi 00/01/05 15:30:38 > > Modified: c/src/util/Transcoders/Iconv IconvTransService.cpp > IconvTransService.hpp > Log: > Fixed the new class IconvLCPTranscoder functions. Tested on Linux only. > Lo

cvs commit: xml-xerces/c/src/util/Transcoders/Iconv IconvTransService.cpp

1999-11-20 Thread rahulj
rahulj 99/11/19 16:28:38 Modified:c/src/util/Transcoders/Iconv IconvTransService.cpp Log: Added code for case-insensitive wide character string compares Revision ChangesPath 1.3 +40 -46 xml-xerces/c/src/util/Transcoders/Iconv/IconvTransService.cpp Index

cvs commit: xml-xerces/c/src/util/Transcoders/ICU ICUTransService.cpp

1999-11-18 Thread abagchi
abagchi 99/11/18 12:16:58 Modified:c/src/util/Transcoders/ICU ICUTransService.cpp Log: Now works with ICU 1.3.1 Revision ChangesPath 1.3 +5 -1 xml-xerces/c/src/util/Transcoders/ICU/ICUTransService.cpp Index: ICUTransService.cpp

cvs commit: xml-xerces/c/src/util/Transcoders/ICU ICUTransService.cpp

1999-11-17 Thread rahulj
rahulj 99/11/17 14:36:43 Modified:c/srcMakefile.incl runConfigure c/src/util/Platforms Makefile.in c/src/util/Transcoders/ICU ICUTransService.cpp Log: Code works with ICU transcoding service Revision ChangesPath 1.4 +4 -1 xml

cvs commit: xml-xerces/c/src/util/Transcoders/Iconv IconvTransService.cpp

1999-11-17 Thread abagchi
abagchi 99/11/17 13:52:52 Modified:c/src/util/Transcoders/Iconv IconvTransService.cpp Log: Changed wcscasecmp() to wcscmp() to make it work on Solaris and AIX Revision ChangesPath 1.2 +5 -2 xml-xerces/c/src/util/Transcoders/Iconv/IconvTransService.cpp