Commit graph

45 commits

Author SHA1 Message Date
jez_higgins
6879cbc81f Added wchar_t guards 2003-09-10 12:40:58 +00:00
jez_higgins
fbf317098b *** empty log message *** 2003-09-10 11:47:39 +00:00
jez_higgins
f356c2cf10 codecvt workarounds -
some implementations don't provide function bodies for the codecvt template
clase - I need to check spec on this
some implementations have an opaque definition of std::mbstate_t which means
it's actually exceeding difficult to use :)
2003-09-10 10:39:01 +00:00
jez_higgins
fdb2825e52 Some library implementations do not provide member function
definitions for the codecvt template, so we may have to.
2003-09-10 10:32:57 +00:00
jez_higgins
357f5188f5 Corrected #ifdef 2003-09-10 08:48:08 +00:00
jez_higgins
ad5c42953c more wchar_t exclusion hackery 2003-09-09 13:09:48 +00:00
jez_higgins
80a16c347c Tweaks to build with gcc 3.2.3 on Linux 2003-09-09 09:25:42 +00:00
jez_higgins
14abddb442 minor fixes to build on Linux with gcc3.2.2 and libstdc++ 2003-09-08 16:03:57 +00:00
jez_higgins
eedcf3b83c *** empty log message *** 2003-09-08 15:37:44 +00:00
jez_higgins
09bd0dca84 Removed VC++ specific #pragma 2003-09-08 15:12:46 +00:00
jez_higgins
30e448ee5a corrected lurking initialisation order bug 2003-09-02 16:00:53 +00:00
jez_higgins
b909c6cad5 *** empty log message *** 2003-09-02 11:23:52 +00:00
jez_higgins
7eb4e32638 Added oconvert_adaptor 2003-09-01 11:28:37 +00:00
jez_higgins
b2e29e67ac *** empty log message *** 2003-08-29 21:09:00 +00:00
jez_higgins
e694657457 *** empty log message *** 2003-08-29 20:23:42 +00:00
jez_higgins
b567522d6d *** empty log message *** 2003-08-29 13:45:53 +00:00
jez_higgins
e49d21b16e rot13_codecvt -> rot13codecvt 2003-08-29 13:37:59 +00:00
jez_higgins
9f24621807 base64_codecvt -> base64codecvt 2003-08-29 13:34:01 +00:00
jez_higgins
b3dcbfb788 use std::streamsize rather than the mess of size_t/int_type and streamsize
that was being used
helps to eliminate truncation warnings
2003-08-28 20:52:47 +00:00
jez_higgins
b09006de6b when converting from 8859-1, use unsigned chars 2003-08-28 20:51:56 +00:00
jez_higgins
dcaecbfa6a corrected table look up bug, by forced chars to unsigned 2003-08-28 20:51:26 +00:00
jez_higgins
94c445fa91 Trivial ROT13 encoding/decoding 2003-08-28 20:26:26 +00:00
jez_higgins
1201d2057c *** empty log message *** 2003-08-28 12:36:33 +00:00
jez_higgins
91200f8dfd *** empty log message *** 2003-08-27 23:06:59 +00:00
jez_higgins
d5a02963f3 comment fixes 2003-08-27 22:11:54 +00:00
jez_higgins
f5c8a5d7a8 libArabicaUtils folded into libSAX 2003-08-22 15:54:16 +00:00
jez_higgins
58d80f9b23 int -> size_t 2003-04-28 14:53:10 +00:00
jez_higgins
4b3a9684aa fixes to build with gcc 3.2.2 and libstdc++ on Linux 2003-04-04 09:26:23 +00:00
jez_higgins
34c84383a2 corrected #ifdefs so gcc doesn't try and compile VC6 specific code 2003-04-03 17:58:11 +00:00
jez_higgins
0a2b8af351 VC++.Net project file 2003-03-20 16:22:56 +00:00
jez_higgins
71dbe82062 Corrected MSC_VER ifdefs for VC++.Net 2003-03-20 16:22:17 +00:00
complement
e323dd8948 fix typename problem 2002-11-23 20:03:54 +00:00
complement
4471e53f48 rewrite make rules, use ${MAKE} var instead of make 2002-11-23 19:53:46 +00:00
complement
d373569fc9 ignore generated files 2002-11-23 19:42:52 +00:00
jez_higgins
d640fe6bab work around previous changes for VC6 2002-09-20 10:01:18 +00:00
jez_higgins
f16e2a30fb Rewrote no_conversion to use std::copy. It's much nicer that way, and
avoids GCC 3.2 giving warnings about implicit typenames.
2002-09-20 09:46:35 +00:00
jez_higgins
f8f39d636b corrected various function signatures 2002-09-02 15:52:19 +00:00
jez_higgins
dc2e00bf00 added base64 codecvt to build 2002-09-02 10:38:11 +00:00
jez_higgins
9628d8b2f7 no message 2002-08-30 15:52:59 +00:00
jez_higgins
40480f94e0 Modified constructors so it shouldn't blow up under Borland C++ 2002-08-30 15:52:51 +00:00
jez_higgins
ebfbb594e3 Base64 code conversion facet 2002-08-30 15:52:22 +00:00
jez_higgins
4747203622 added iso8859_1utf8_codecvt to build 2002-08-12 13:00:44 +00:00
jez_higgins
dc2fa7d38b added iso8859_1utf8_codecvt 2002-08-12 10:19:33 +00:00
jez_higgins
f5a2db60fb Code conversion facet with translates ISO 8859-1 to UTF-8 encoded Unicode. 2002-08-12 10:07:24 +00:00
jez_higgins
d978fe8c1b Initial revision 2002-06-21 11:16:28 +00:00