Commit Graph

484 Commits

Author SHA1 Message Date
briano%netscape.com
23c9aa07c0 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
ftang%netscape.com
08c1e15c53 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
ftang%netscape.com
cbae9b8b06 add new chinese converter implementation 1999-09-07 20:36:37 +00:00
ftang%netscape.com
dc72b69ba8 check in mac fix 1999-09-07 20:35:56 +00:00
ftang%netscape.com
70d9b38304 add new chinese converters for UNIX build 1999-09-07 20:07:45 +00:00
ftang%netscape.com
e6cf025fd0 add new Chinese converters as non default one for now 1999-09-07 20:07:21 +00:00
ftang%netscape.com
bd6142fe1b add new implementation of GB converters 1999-09-07 20:04:53 +00:00
bienvenu%netscape.com
cae0b1a6cf more includes of string.h 1999-09-06 20:44:26 +00:00
ftang%netscape.com
e49884b420 rename CID for UCS2/UCS4 to UTF16/32. Add CID for UTF16/32 1999-09-03 23:18:00 +00:00
cata%netscape.com
8902bf118c Fixing build warnings. Step 3: remove the old deprecated API. 1999-09-02 21:41:40 +00:00
cata%netscape.com
588aa20203 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
cata%netscape.com
0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
cata%netscape.com
0639d0a90c Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
ftang%netscape.com
e16a7fc560 change to UTF-16/32BE/LE add ksc5601 and iso8859-1 as alias 1999-09-01 01:18:17 +00:00
cyeh%netscape.com
9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
cata%netscape.com
4dd1b01674 Fixed bug 11570. 1999-09-01 00:46:04 +00:00
ftang%netscape.com
d1b50c1612 X11Johab converters. Thanks contribution from Deogtae Kim <dtkim@camars.kaist.ac.kr> and Jungshik Shin <jshin@pantheon.yale.com> 1999-08-30 22:10:41 +00:00
erik%netscape.com
2591c69b18 Fixing warnings. 1999-08-30 21:59:42 +00:00
ftang%netscape.com
69869c5070 check in performance tuned UCS2 to Unicode converters 1999-08-30 14:49:36 +00:00
ftang%netscape.com
2688a25a40 add alias for ucs2 1999-08-30 14:40:32 +00:00
tague%netscape.com
f3f2fe6066 Fixed bug #5561 (Locale support: need locale name to default charset mapping) on Macintosh. 1999-08-26 02:09:03 +00:00
tague%netscape.com
80cfd97ad1 Fix memory leak before Bruce finds it. 1999-08-26 00:21:27 +00:00
tague%netscape.com
5e1a48bd8a Implemented bug #5561 (Locale support: implement locale name to default charset mapping) on UNIX. 1999-08-26 00:10:18 +00:00
tague%netscape.com
c488556f34 Implement bug #5561 (Locale support: map locale name to default character set) on windows. 1999-08-25 22:05:28 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ftang%netscape.com
ae3245b0e7 fix bug 12141 1999-08-19 19:54:52 +00:00
ftang%netscape.com
4fdbdb9e63 add u Escaped 1999-08-18 13:46:02 +00:00
ftang%netscape.com
342d7f499b add U Escaped to Dll 1999-08-18 13:42:21 +00:00
ftang%netscape.com
a666ffc13a aadd u Escaped 1999-08-18 13:39:54 +00:00
ftang%netscape.com
f52d548b61 add UEscape 1999-08-18 13:35:20 +00:00
ftang%netscape.com
3b6640b00b add UEscape to makefile 1999-08-18 13:32:17 +00:00
ftang%netscape.com
184c8ad9c1 add CIDs 1999-08-18 13:31:38 +00:00
ftang%netscape.com
8e57717f7f add u escaped encoder/decoder 1999-08-18 13:30:09 +00:00
ramiro%netscape.com
038e16b3a1 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
sfraser%netscape.com
eae57ad3b8 Part of fix for 11790, crash on quit. Initialize data members, and remove unnecessary virtual from destructor. r dp, a chofmann 1999-08-13 23:27:31 +00:00
dp%netscape.com
91d112fad9 Fixing memory leak. 1999-08-10 23:45:12 +00:00
dp%netscape.com
66b3bca04d Performance improvement in enumerating registry. 1999-08-10 23:03:58 +00:00
ftang%netscape.com
759f852c0d fix CID is too long bustage at Mac 1999-08-09 23:57:18 +00:00
ftang%netscape.com
f9c1fdbb28 temp add 3 obsoleted charset 1999-08-09 23:37:55 +00:00
ftang%netscape.com
1ea83d5689 add 3 tempory obsoleted charset 1999-08-09 23:35:06 +00:00
ftang%netscape.com
30d1e25ce1 use the new/fast implementation of to unicode converter. Keep the old to unicode converter under x-obsoleted name 1999-08-09 23:32:17 +00:00
ftang%netscape.com
ef26c705a3 remove typo break; statement 1999-08-09 21:06:55 +00:00
ftang%netscape.com
f08b63fef1 add new ISO2022JP to Unicode converter 1999-08-09 20:03:57 +00:00
ftang%netscape.com
b631012308 add nsJapaneseToUnicode.cpp 1999-08-09 15:03:33 +00:00
ftang%netscape.com
6d4d917827 add nsJapaneseToUnicode 1999-08-09 15:00:22 +00:00
ftang%netscape.com
5d0b334384 fix bug 10674. Typo in progid 1999-08-09 14:56:47 +00:00
ftang%netscape.com
21536cad6e fix typo in argument handling 1999-08-09 14:54:13 +00:00
ftang%netscape.com
cccfec9f41 add new mapping table files 1999-08-03 21:15:29 +00:00
ftang%netscape.com
dbbd7e7d95 add new implementation of Japanese Decoder 1999-08-03 21:09:58 +00:00
ftang%netscape.com
7b5ad931da check in some perl file I used to generte tables 1999-08-03 21:08:41 +00:00