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.
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-
[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
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
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
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
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