jez_higgins
|
4eac7fd788
|
*** empty log message ***
|
2003-09-08 15:15:05 +00:00 |
|
jez_higgins
|
bfe865d85e
|
Added typename
|
2003-09-08 15:13:54 +00:00 |
|
jez_higgins
|
09bd0dca84
|
Removed VC++ specific #pragma
|
2003-09-08 15:12:46 +00:00 |
|
jez_higgins
|
9329ac47ca
|
added #ifndef ARABICA_NO_WCHAR_T around typedefs using wchar_t or std::wstring
|
2003-09-08 14:14:43 +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
|
3defbb57cf
|
added rot13_codecvt.cpp
|
2003-08-28 20:26:54 +00:00 |
|
jez_higgins
|
94c445fa91
|
Trivial ROT13 encoding/decoding
|
2003-08-28 20:26:26 +00:00 |
|
jez_higgins
|
e11f84857d
|
*** empty log message ***
|
2003-08-28 12:59:07 +00:00 |
|
jez_higgins
|
1201d2057c
|
*** empty log message ***
|
2003-08-28 12:36:33 +00:00 |
|
jez_higgins
|
dba21361f7
|
added Utils folder
|
2003-08-28 12:36:15 +00:00 |
|
jez_higgins
|
79a92ee5f5
|
Provides an operator<< for DOM::Nodes.
|
2003-08-28 12:35:44 +00:00 |
|
jez_higgins
|
91200f8dfd
|
*** empty log message ***
|
2003-08-27 23:06:59 +00:00 |
|
jez_higgins
|
4e32a85ee8
|
convirmation it all works with std::wstring
|
2003-08-27 23:04:49 +00:00 |
|
jez_higgins
|
f613ecf9f5
|
wchar_t fixes
|
2003-08-27 23:00:25 +00:00 |
|
jez_higgins
|
eb07a70949
|
ErrorHandler fixes
|
2003-08-27 22:59:01 +00:00 |
|
jez_higgins
|
d5a02963f3
|
comment fixes
|
2003-08-27 22:11:54 +00:00 |
|
jez_higgins
|
5095133626
|
ErrorHandler fixes
|
2003-08-27 22:11:10 +00:00 |
|
jez_higgins
|
ba9215baf8
|
build with wchar_t as a builtin type
|
2003-08-27 14:28:56 +00:00 |
|
jez_higgins
|
f65e534f9d
|
wide string fixes
|
2003-08-27 14:28:41 +00:00 |
|
jez_higgins
|
e2d28dc77c
|
*** empty log message ***
|
2003-08-27 14:28:01 +00:00 |
|
jez_higgins
|
e0dc6f0cca
|
ErrorHandler and wide string corrections
|
2003-08-27 14:27:49 +00:00 |
|
jez_higgins
|
ccba54460b
|
Errorhandler corrections
|
2003-08-27 14:27:04 +00:00 |
|
jez_higgins
|
98266212e2
|
ErrorHandler corrections
|
2003-08-27 14:26:32 +00:00 |
|
jez_higgins
|
fd7afeafbe
|
VC7 - build with wchar_t as built in type
|
2003-08-27 14:25:42 +00:00 |
|
jez_higgins
|
bae673aa5d
|
doxygen comment fix
|
2003-08-27 14:25:09 +00:00 |
|
jez_higgins
|
c6f9808118
|
Now derives from basic_ErrorHandler<string_type> not ErrorHandler.
Corresponding signature changes to warning/error/fatalError
|
2003-08-27 14:24:32 +00:00 |
|
jez_higgins
|
8f211da950
|
Parameterised on string_type so that it can accept the appropriate type
of basic_SAXParseException.
|
2003-08-27 14:22:15 +00:00 |
|
jez_higgins
|
5fe71a1059
|
Corrected setProperty call so works with std::wstring
|
2003-08-27 14:20:34 +00:00 |
|
jez_higgins
|
21a9defd91
|
renamed SAX.lib/libSAX to Arabica.lib/libArabica
|
2003-08-25 15:13:47 +00:00 |
|
jez_higgins
|
91b590ad66
|
*** empty log message ***
|
2003-08-22 16:13:27 +00:00 |
|
jez_higgins
|
f5c8a5d7a8
|
libArabicaUtils folded into libSAX
|
2003-08-22 15:54:16 +00:00 |
|
jez_higgins
|
c5f6e86422
|
libArabicaXML folded into libSAX
|
2003-08-22 15:50:38 +00:00 |
|
jez_higgins
|
58d80f9b23
|
int -> size_t
|
2003-04-28 14:53:10 +00:00 |
|
jez_higgins
|
1e6eda19b5
|
added some explicit casts from size_t to unsigned ints
|
2003-04-28 14:51:48 +00:00 |
|
jez_higgins
|
ffb7f9d6f7
|
VC6 fix so it doesn't choke on typenames
|
2003-04-28 14:49:55 +00:00 |
|
jez_higgins
|
60cb42d1e0
|
spits out qName if there is one, otherwise the localname
replaced some occurances of std::cout
|
2003-04-28 14:48:47 +00:00 |
|
jez_higgins
|
d4a3472a85
|
added explicit casts from size_t to int
|
2003-04-28 14:47:19 +00:00 |
|
jez_higgins
|
b83217f186
|
No longer tries to expand refs to undeclared entities
|
2003-04-28 14:45:58 +00:00 |
|
jez_higgins
|
eccb9ba909
|
added DOMWriter sample
|
2003-04-28 14:43:58 +00:00 |
|
jez_higgins
|
5e7e8ce0a4
|
*** empty log message ***
|
2003-04-28 14:43:31 +00:00 |
|