- Dec 28, 2004
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176258 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176216 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 18, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176204 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 24, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176078 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 23, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176077 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 17, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176050 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2004
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176044 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 08, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176026 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176000 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 23, 2004
-
-
Alberto Massari authored
calcRequiredSize assumed all the characters were of the same size (jira#1142) - Patch by Anders Hybertz git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175969 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175968 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175967 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175966 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175949 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 30, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175934 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 15, 2004
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175924 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2004
-
-
Neil Graham authored
not all 390 processors support the new transcoding instructions; this patch makes Xerces work there as well. Thanks to Steve Dulin git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175887 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2004
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175878 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2004
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175804 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 28, 2004
-
-
James David Berry authored
rather than the previously used Unicode Converter. The TEC allows transcoding between a broader variety of encoding formats, while the unicode converter converts only to and from Unicode. This change allows us to use UTF-8 as the Local Code Page if we choose. In this version, pending further feedback, I've changed the LCP to UTF-8 if Xerces is running on Mac OS X. This provides explicit support for running Xerces samples off the command line, when the character set encoding in the terminal is UTF-8, and is consistent with other unix tools that expect parameters in UTF-8. As part of re-implementing the transcoder, I've also simplified it: - I took out support for size mismatch between XMLCh and UniChar. This version assumes XMLCh will always be 16-bit UTF-16. - The LCP transcoder is now completely generic. It is implemented strictly in terms of the virtual transcoder interface. As such, any XMLTranscoder can be passed in as the transcoder to fullfill the LCP transcoding. Additionally, since LCP transcoders are used globally, I added a mutex that serializes use of the LCP transcoder such that it can be actively used in only one thread at a time. Feedback is welcomed. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175793 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 25, 2004
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175787 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175730 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175729 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175723 13f79535-47bb-0310-9956-ffa450edef68
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175722 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175720 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175709 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 19, 2004
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175699 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2004
-
-
Alberto Massari authored
In the Win32LCPTranscoder, don't use wcstombs or mbstowcs, as they don't pick up the correct local code page; use the Win32 API using CP_ACP as the code page git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175693 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2004
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175675 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175672 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 06, 2004
-
-
Alberto Massari authored
Replaced the call to wcstombs using a NULL target buffer with the equivalent call to WideCharToMultiByte (bug# 25768) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175655 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 24, 2003
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175617 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 17, 2003
-
-
David Abram Cargill authored
Update to memory management so that the static memory manager (one used to call Initialize) is only for static data. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175586 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 16, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175564 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175537 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
ICU has deprecated the -s390 encoding suffix. This patch uses the new convention for XML documents that make use of this suffix; thanks to Steve Dulin git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175535 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 08, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175365 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 31, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175181 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 27, 2003
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175177 13f79535-47bb-0310-9956-ffa450edef68
-