jband%netscape.com
|
01475d8a25
|
fixed typo so no extra .pdb files get left behind
|
1999-04-06 00:10:10 +00:00 |
putterman%netscape.com
|
b208d447f4
|
Fixed some refcounting problems.
|
1999-04-05 23:30:35 +00:00 |
cata%netscape.com
|
daa363180e
|
Bunch of new converters added.
|
1999-04-05 22:52:50 +00:00 |
ftang%netscape.com
|
a72bb4bb14
|
fix bug 4237. add remap for 0xFFE0 - 0xFFEF
|
1999-04-05 20:17:54 +00:00 |
nhotta%netscape.com
|
0fc50f9e21
|
Fixed the case less sort key creation problem.
|
1999-04-02 05:41:10 +00:00 |
sfraser%netscape.com
|
e46abe3282
|
Warning fix: remove errant semicolon.
|
1999-04-01 23:46:13 +00:00 |
cata%netscape.com
|
ccc1d7f48f
|
Wrong shift tables fixed for EUCJP.
|
1999-04-01 22:09:41 +00:00 |
nhotta%netscape.com
|
2215fc7e9f
|
Use LCMapStringA for Win95 and 98.
|
1999-04-01 20:29:17 +00:00 |
cata%netscape.com
|
3a965e5a62
|
Fixed signed/unsigned bug.
|
1999-04-01 02:22:17 +00:00 |
cata%netscape.com
|
331fad4d55
|
Fixed bug in EUCJP usage of tables.
|
1999-04-01 01:47:05 +00:00 |
ramiro%netscape.com
|
532f507e84
|
delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
|
1999-03-30 05:26:59 +00:00 |
briano%netscape.com
|
c934cc8737
|
Added a newline at the end of the file to make a couple of Unix builds happier.
|
1999-03-30 01:48:20 +00:00 |
cata%netscape.com
|
7046bc4cba
|
Minor changes.
|
1999-03-29 23:49:30 +00:00 |
cata%netscape.com
|
d2c24d47ef
|
Minor bug fix.
|
1999-03-29 23:48:55 +00:00 |
nhotta%netscape.com
|
a0c1d18551
|
Sort test data for us-ascii.
|
1999-03-29 23:25:56 +00:00 |
nhotta%netscape.com
|
9be45955c4
|
Changed to use wprintf for dump data if Win32.
|
1999-03-29 22:53:48 +00:00 |
nhotta%netscape.com
|
da7d69bdaa
|
Fixed unix compile error.
|
1999-03-27 00:21:41 +00:00 |
nhotta%netscape.com
|
657d66dd8f
|
Not a part of the main build, added test info for the sorting.
|
1999-03-27 00:11:09 +00:00 |
ftang%netscape.com
|
5f87931f1e
|
change word break interface
|
1999-03-26 00:49:57 +00:00 |
cata%netscape.com
|
2a6e8809e0
|
Using support classes.
|
1999-03-25 23:45:51 +00:00 |
briano%netscape.com
|
2f105ae044
|
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
|
1999-03-25 21:10:22 +00:00 |
cata%netscape.com
|
94d06b784d
|
Support classes used.
|
1999-03-25 17:34:07 +00:00 |
cata%netscape.com
|
b17d3addb0
|
Multi-table helper decoder.
|
1999-03-25 17:33:39 +00:00 |
cata%netscape.com
|
43e363d7eb
|
Length() moved in support class. In preparation for the big interface change.
|
1999-03-24 00:52:19 +00:00 |
cata%netscape.com
|
206d1ef494
|
UTF8 converter using the support classes now.
|
1999-03-24 00:28:40 +00:00 |
cata%netscape.com
|
06a6d0fcf7
|
UTF8 test added.
|
1999-03-24 00:17:09 +00:00 |
cata%netscape.com
|
8afeffd813
|
Test made silen. Noise only on errors.
|
1999-03-24 00:06:43 +00:00 |
nhotta%netscape.com
|
7a45bc2ab8
|
Changed error code checking in NSRegisterSelf as suggested by ftang.
|
1999-03-23 22:57:11 +00:00 |
cata%netscape.com
|
e5e302b332
|
ISO-8859-7 decoder using support classes now.
|
1999-03-23 22:37:19 +00:00 |
cata%netscape.com
|
14555fc2ae
|
Improved support classes.
|
1999-03-23 22:05:39 +00:00 |
cata%netscape.com
|
7d60a2e7d3
|
added files: mozilla/intl/uconv/src/nsUnicodeDecodeHelper.cpp
|
1999-03-23 20:47:49 +00:00 |
cata%netscape.com
|
820b308b0d
|
Decode helper object added.
|
1999-03-23 20:47:35 +00:00 |
cata%netscape.com
|
11f0fcd5d7
|
Test case for Latin1 decoder changed.
|
1999-03-23 18:49:32 +00:00 |
cata%netscape.com
|
d73bfee1bc
|
Decoder helper interface added.
|
1999-03-23 18:47:58 +00:00 |
ftang%netscape.com
|
ead840a4b7
|
fix bug 3883 4048 by 1) correct mapping for U+FF60 to U+FF9F. 2) add class mapping for U+3099 - U+309E
|
1999-03-23 01:13:33 +00:00 |
ftang%netscape.com
|
bb56c287ab
|
check in fix for bustage
|
1999-03-23 01:03:11 +00:00 |
ftang%netscape.com
|
7bdaf6050e
|
fix unix warning
|
1999-03-23 00:59:19 +00:00 |
tague%netscape.com
|
0b701f82f1
|
Fixed purify errors. Thanks to bruce@cybersight.com for the patches.
|
1999-03-20 02:42:18 +00:00 |
nhotta%netscape.com
|
0aa9780658
|
Added two functions which use nsString as a sort key.
|
1999-03-19 23:21:43 +00:00 |
cata%netscape.com
|
2506c03ff5
|
UTF8 name fixed.
|
1999-03-19 01:33:47 +00:00 |
cata%netscape.com
|
d0c4608c6f
|
UTF8 decoder added.
|
1999-03-19 01:20:55 +00:00 |
cata%netscape.com
|
8d6ab7d21c
|
UTF8 decoder added.
|
1999-03-19 01:15:04 +00:00 |
cata%netscape.com
|
96f4be6c34
|
added files: mozilla/intl/uconv/ucvlatin/nsUTF8ToUnicode.cpp
|
1999-03-19 01:14:40 +00:00 |
cata%netscape.com
|
53409ef749
|
Created.
|
1999-03-19 01:08:01 +00:00 |
cata%netscape.com
|
3ec6b4a4f7
|
Added new return codes.
|
1999-03-18 22:27:11 +00:00 |
nhotta%netscape.com
|
ced7dc2ab3
|
Initialize ref. count in the constructor.
|
1999-03-18 22:08:05 +00:00 |
mcafee%netscape.com
|
805daa683e
|
Ignore generated files.
|
1999-03-18 22:01:51 +00:00 |
leaf%mozilla.org
|
4ad9f70d5d
|
Landing nspr library name change, and plevent function call change.
|
1999-03-17 21:32:03 +00:00 |
cata%netscape.com
|
8942a46f99
|
Fix bug 3862. Reviewed by ftang. Fallback character bellow 0x20.
|
1999-03-17 01:47:39 +00:00 |
ramiro%netscape.com
|
8ce50ad7cf
|
Make it possible to prefix mozilla dlls that conflict with system dlls.
|
1999-03-12 12:43:04 +00:00 |
cata%netscape.com
|
a4e985f2b1
|
EUCJP encoder test
|
1999-03-11 22:37:53 +00:00 |
cata%netscape.com
|
5f1af02b74
|
EUCJP encoder
|
1999-03-11 22:37:27 +00:00 |
cata%netscape.com
|
d0c8035a37
|
Multi table support added.
|
1999-03-11 22:36:40 +00:00 |
cata%netscape.com
|
1a6b6227a8
|
Fix for GetMaxLength()
|
1999-03-11 21:05:31 +00:00 |
cata%netscape.com
|
4729141296
|
SJIS encoder added.
|
1999-03-11 21:04:54 +00:00 |
cata%netscape.com
|
d3dec8849b
|
SJIS encoder test added.
|
1999-03-11 21:04:30 +00:00 |
cata%netscape.com
|
9d255392d4
|
Test EUCJP encoder added.
|
1999-03-11 20:39:50 +00:00 |
cata%netscape.com
|
a9b61da167
|
Fix for correct converting.
|
1999-03-11 20:39:19 +00:00 |
cata%netscape.com
|
c0a87442b8
|
Decoder helper param fixed.
|
1999-03-11 20:38:39 +00:00 |
cata%netscape.com
|
5be9bf1043
|
Method param fixed.
|
1999-03-11 20:37:57 +00:00 |
ftang%netscape.com
|
f20df250b4
|
add shift_jis to the list. Solve PRBool problem on mac
|
1999-03-11 05:56:29 +00:00 |
tague%netscape.com
|
d709002702
|
Checked in patch from bruce@cybersight.com. Fixed purify memory error.
|
1999-03-10 23:19:44 +00:00 |
nhotta%netscape.com
|
2a43bb98f1
|
Added Support class and encoders
|
1999-03-10 22:57:54 +00:00 |
cata%netscape.com
|
37bbd1fb9e
|
Support class, EUCJP and ISO2022JP encoders added.
|
1999-03-10 22:46:38 +00:00 |
cata%netscape.com
|
78c0fe7b6f
|
added files: mozilla/intl/uconv/ucvja/nsUCvJaSupport.cpp, mozilla/intl/uconv/ucvja/nsUnicodeToSJIS.cpp
|
1999-03-10 22:09:06 +00:00 |
cata%netscape.com
|
f47e93cb75
|
SJIS encoder, Support class added.
|
1999-03-10 22:08:00 +00:00 |
cata%netscape.com
|
67b4a7c121
|
"extern" declaration for global vars fixed.
|
1999-03-09 23:48:10 +00:00 |
cata%netscape.com
|
8ecb1f457e
|
Docs added.
|
1999-03-09 22:41:09 +00:00 |
warren%netscape.com
|
4d219a153d
|
Fixed return.
|
1999-03-09 12:36:13 +00:00 |
warren%netscape.com
|
8d4be95029
|
Fixed include problem.
|
1999-03-09 12:34:01 +00:00 |
warren%netscape.com
|
1db44452f9
|
Fixed include problem.
|
1999-03-09 12:16:34 +00:00 |
warren%netscape.com
|
9e36378ebb
|
Backed out nsService changes.
|
1999-03-09 11:53:02 +00:00 |
warren%netscape.com
|
44568143d6
|
Backed out the nsService template stuff.
|
1999-03-09 11:49:41 +00:00 |
warren%netscape.com
|
8c602c75e4
|
Fixed variable name problem.
|
1999-03-09 11:42:48 +00:00 |
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
ramiro%netscape.com
|
ce86e7b16e
|
Latest AIX fixes. (waqar@netscape.com).
When doing the multiple inheritance thing, explicitly give the publicness
for each superclass.
|
1999-03-08 15:13:54 +00:00 |
dp%netscape.com
|
1576712e2f
|
dist/bin/components is where all loadable components will be installed.
|
1999-03-06 09:04:53 +00:00 |
ftang%netscape.com
|
549a8068fc
|
add iso-8859-7 and windows-1253
|
1999-03-05 04:11:25 +00:00 |
brade%netscape.com
|
3005ae08ce
|
add curly braces to reduce Macintosh compiler warnings
|
1999-03-03 14:47:18 +00:00 |
mcafee%netscape.com
|
b95bf6ec27
|
Removing tests that link with components, we need to dlopen() these libraries and not link with them.
|
1999-03-03 09:17:32 +00:00 |
dp%netscape.com
|
06a110237c
|
Installing loadable components in components/ directory
|
1999-03-03 01:25:21 +00:00 |
ftang%netscape.com
|
abb18bd6d6
|
check in prototype code for orderid formater
|
1999-03-02 01:43:00 +00:00 |
ftang%netscape.com
|
d644fabe47
|
fix some unix warning
|
1999-02-26 17:34:58 +00:00 |
ftang%netscape.com
|
e8791b6951
|
fix some unix warning
|
1999-02-26 17:24:47 +00:00 |
ftang%netscape.com
|
77181427f0
|
fix some unix warnning
|
1999-02-26 17:11:43 +00:00 |
ftang%netscape.com
|
7d08d53c85
|
fix some unix warnning
|
1999-02-26 16:58:33 +00:00 |
ftang%netscape.com
|
52a6310f37
|
fix some unix warnning
|
1999-02-26 16:52:34 +00:00 |
ftang%netscape.com
|
189fbf22da
|
fix a log of unix warnning- 1) make sure all XPCOM class destructor are virtual and fix warnning in new file
|
1999-02-26 16:32:08 +00:00 |
ebina%netscape.com
|
ec691d8a4c
|
Changing RegisterFactory to use the new API.
|
1999-02-26 16:18:23 +00:00 |
ebina%netscape.com
|
f099fcc21b
|
Changing RegisterFactory to use the new API.
|
1999-02-26 16:07:38 +00:00 |
ftang%netscape.com
|
319c260a12
|
first check in.This should fix the bustage
|
1999-02-26 15:36:02 +00:00 |
ftang%netscape.com
|
919aa7b2fc
|
add CharsetAlias factory
|
1999-02-26 15:24:56 +00:00 |
ftang%netscape.com
|
c030bb0ffc
|
check in hack implementation
|
1999-02-26 15:16:56 +00:00 |
ftang%netscape.com
|
d6f3e0c3a2
|
fix some interface probelm
|
1999-02-26 15:15:57 +00:00 |
warren%netscape.com
|
7e29c70ff3
|
Added missing argument.
|
1999-02-26 11:46:42 +00:00 |
warren%netscape.com
|
5184e79590
|
Fixed NSRegisterSelf signature.
|
1999-02-26 11:32:51 +00:00 |
warren%netscape.com
|
4a7ff8266a
|
Fixed variable name.
|
1999-02-26 11:31:04 +00:00 |
warren%netscape.com
|
cb2d3ff787
|
Renamed variable.
|
1999-02-26 10:58:32 +00:00 |
warren%netscape.com
|
44cae3cd3f
|
Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends.
|
1999-02-26 10:17:14 +00:00 |
sfraser%netscape.com
|
bf88d847f7
|
Remove ; to fix warnings.
|
1999-02-26 00:55:22 +00:00 |
sfraser%netscape.com
|
3a123c982b
|
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
|
1999-02-26 00:54:57 +00:00 |
sfraser%netscape.com
|
313ee557d8
|
Mac project changes -- convert from using MLSShLibRuntime to MSLDropinRuntime.
|
1999-02-26 00:44:01 +00:00 |
ftang%netscape.com
|
56957704ba
|
add readme.txt file for serveral directory
|
1999-02-25 19:59:47 +00:00 |
ftang%netscape.com
|
18e81c95a5
|
First check in
|
1999-02-25 19:57:03 +00:00 |
ftang%netscape.com
|
0db8e6e24b
|
First Checked In.
|
1999-02-25 19:50:08 +00:00 |
alecf%netscape.com
|
4abb853003
|
fix HPUX bustage - don't put commas after last element in enum declaration
|
1999-02-25 19:45:44 +00:00 |
ftang%netscape.com
|
b7e8b4bf87
|
add nsCharsetAliasImp.cpp
|
1999-02-25 19:32:34 +00:00 |
ftang%netscape.com
|
96e578ff5c
|
add two cpp file into uconv.toc
|
1999-02-25 19:29:52 +00:00 |
ftang%netscape.com
|
cf8d9b9908
|
add placeholder for nsCharsetAliasImp.cpp
|
1999-02-25 19:27:18 +00:00 |
ftang%netscape.com
|
46a75001e4
|
add placehodler for nsCharsetAliasImp.cpp
|
1999-02-25 19:26:33 +00:00 |
ftang%netscape.com
|
c9e99e509c
|
add nsICharsetAlias.h interface
|
1999-02-25 19:21:25 +00:00 |
ftang%netscape.com
|
5b96cd3b93
|
add newly design interface file
|
1999-02-25 19:08:45 +00:00 |
kipp%netscape.com
|
2e0453b45b
|
Added .cvsignores
|
1999-02-25 16:42:19 +00:00 |
cata%netscape.com
|
fd567aaef4
|
Generic factory used.
|
1999-02-25 15:48:41 +00:00 |
cata%netscape.com
|
13df9d732a
|
Small output format change.
|
1999-02-25 14:46:46 +00:00 |
cata%netscape.com
|
9699fd33e2
|
Generic factory used.
|
1999-02-25 14:44:44 +00:00 |
cata%netscape.com
|
a49fe45a32
|
UnicodeToLatin1 component added.
|
1999-02-25 14:22:42 +00:00 |
cata%netscape.com
|
bb6177fbf8
|
added files: mozilla/intl/uconv/ucvlatin/nsUnicodeToLatin1.cpp, mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.cpp
|
1999-02-25 14:16:13 +00:00 |
cata%netscape.com
|
8ec4a2028c
|
added files: mozilla/intl/uconv/src/nsUnicodeEncodeHelper.cpp
|
1999-02-25 13:36:27 +00:00 |
cata%netscape.com
|
ce58a3d563
|
Generic factory used.
|
1999-02-25 13:15:07 +00:00 |
ftang%netscape.com
|
1b6f3eb390
|
add charset properties file. Currently we do not use it but hard code the mapping inside the nsXXXCharset.cpp, In the future, we will use these properties file so we can have better extensibility
|
1999-02-25 01:29:31 +00:00 |
ftang%netscape.com
|
c19ea09b86
|
fix nsIPlatformCharset factory problem, add test cases for it.
|
1999-02-25 01:28:04 +00:00 |
waterson%netscape.com
|
de0f22053c
|
Fix build bustage: make sure to include nsIUnicodeEncodeHelper.h for NS_IMPLIDS.
|
1999-02-24 19:12:27 +00:00 |
cata%netscape.com
|
81c2ecdae0
|
UnicodeToLatin1 added.
|
1999-02-24 17:10:37 +00:00 |
cata%netscape.com
|
a9f9f5ed84
|
nsUnicodeToLatin1 added.
|
1999-02-24 17:10:04 +00:00 |
cata%netscape.com
|
829a27f75f
|
Small fixes.
|
1999-02-24 17:05:23 +00:00 |
pinkerton%netscape.com
|
1f2b378d80
|
add nsUnicodeEncodeHelper.cpp for cata.
|
1999-02-24 16:31:18 +00:00 |
cata%netscape.com
|
47cf3c0bbc
|
UnicodeToLatin1 test added.
|
1999-02-24 16:27:30 +00:00 |
cata%netscape.com
|
55ee029902
|
nsUnicodeEncodeHelper added
|
1999-02-24 15:17:40 +00:00 |
cata%netscape.com
|
4adc3f53da
|
nsConverterCID.h not included anymore.
|
1999-02-24 15:05:33 +00:00 |
cata%netscape.com
|
d7b0ac3bbb
|
nsUnicodeEncodeHelper added.
|
1999-02-24 15:02:08 +00:00 |
cata%netscape.com
|
851ddbd624
|
UnicodeToLatin1 added.
|
1999-02-24 14:47:42 +00:00 |
cata%netscape.com
|
2842f6e731
|
Change back in. I hope no bustage this time...
|
1999-02-24 14:41:41 +00:00 |
cata%netscape.com
|
480a3a476d
|
File removed.
|
1999-02-24 14:39:15 +00:00 |
cata%netscape.com
|
2d4c900419
|
nsIUnicodeEncodeHelper added.
|
1999-02-24 14:38:16 +00:00 |
cata%netscape.com
|
d5871610a9
|
Changed to the new nsIUnicodeEncoder.
|
1999-02-24 14:06:45 +00:00 |
cata%netscape.com
|
a61a838791
|
Interface complete. Cleaned.
|
1999-02-24 14:06:16 +00:00 |
mcafee%netscape.com
|
98b49d2d2f
|
Solaris warning
|
1999-02-24 07:09:42 +00:00 |
cata%netscape.com
|
4860bd34f7
|
Backed change.
|
1999-02-24 03:40:34 +00:00 |
cata%netscape.com
|
2a70ca1580
|
File deprecated.
|
1999-02-24 03:13:43 +00:00 |
cata%netscape.com
|
5c762d6682
|
nsIUnicodeEncodeHelper.h included
|
1999-02-24 03:00:30 +00:00 |
cata%netscape.com
|
be5b7d142d
|
Latin1 encoder CID added.
|
1999-02-24 02:56:41 +00:00 |
cata%netscape.com
|
8d06cb30ba
|
Space availability check done for 1 byte, too.
|
1999-02-24 02:18:55 +00:00 |
ftang%netscape.com
|
f83916aa40
|
fix line break bug for halfwidth / fullwidth form
|
1999-02-24 02:14:59 +00:00 |
cata%netscape.com
|
d6b92b214d
|
File created.
|
1999-02-24 02:13:37 +00:00 |
ftang%netscape.com
|
5471e596d0
|
add kPlatformCharsetCID
|
1999-02-23 16:52:04 +00:00 |
ftang%netscape.com
|
ee1bbb8551
|
add nsMacCharset.cpp
|
1999-02-23 16:51:23 +00:00 |
ftang%netscape.com
|
cd47ef7a3e
|
fix NS_IMPL_ISUPPORTS problem
|
1999-02-23 16:39:58 +00:00 |
ftang%netscape.com
|
9a069d9e55
|
add nsUNIXCharset.cpp
|
1999-02-23 16:36:51 +00:00 |
ftang%netscape.com
|
ec248f1d1c
|
fix the NS_IMPL_ISUPPORTS problem
|
1999-02-23 16:36:33 +00:00 |
ftang%netscape.com
|
5a791a5615
|
add nsWinCharset.cpp
|
1999-02-23 16:21:56 +00:00 |
ftang%netscape.com
|
f4847608f3
|
chnage the line breaker interface to a simple one
|
1999-02-23 16:20:39 +00:00 |
ftang%netscape.com
|
167b8753b3
|
backout accidential check in
|
1999-02-23 10:06:47 +00:00 |
ftang%netscape.com
|
99234f64b6
|
add two new files
|
1999-02-23 09:55:55 +00:00 |
ftang%netscape.com
|
97caa1dffb
|
move class definitation into nsWinCharset.cpp
|
1999-02-23 09:52:48 +00:00 |
ftang%netscape.com
|
a94d664d79
|
remove nsWinCharset.h
|
1999-02-23 09:52:11 +00:00 |
ftang%netscape.com
|
e392b10497
|
add several new files
|
1999-02-23 09:48:43 +00:00 |
ftang%netscape.com
|
c09c0b34f3
|
add nsIPlatformCharset.h
|
1999-02-23 09:46:58 +00:00 |
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
ftang%netscape.com
|
fc0dc391d0
|
performance tuning for ToTitle method
|
1999-02-23 02:24:40 +00:00 |
ftang%netscape.com
|
f4aa50fce9
|
fix ToTitle bug- make it compatabile to CSS Capitalize. Comment #ifndef XP_UNIX to make the auto registry work
|
1999-02-22 22:20:01 +00:00 |
ftang%netscape.com
|
26ececa4ca
|
add sample code for word break into tests
|
1999-02-20 01:45:51 +00:00 |
mcafee%netscape.com
|
b269322a4f
|
Solaris needs a constructor for ConverterInfo().
|
1999-02-19 13:05:19 +00:00 |
mcafee%netscape.com
|
41f7180ab2
|
Solaris needs newline at end of file.
|
1999-02-19 08:45:46 +00:00 |
nhotta%netscape.com
|
1ef4f256bc
|
Fix for Macintosh test.
|
1999-02-19 01:38:27 +00:00 |
ftang%netscape.com
|
c88834ab8b
|
add implementation for word breaker. Add selftest code for word break. Fix GetClass for line breaker
|
1999-02-19 01:38:12 +00:00 |
nhotta%netscape.com
|
3051dee08e
|
Added a new sort test.
|
1999-02-19 00:59:42 +00:00 |
ramiro%netscape.com
|
bb843f5eee
|
Build tests on if ENABLE_TESTS is defined.
|
1999-02-18 03:26:16 +00:00 |
cyeh%netscape.com
|
8beb34efa7
|
change from using layout/config/rules.mak to using config/rules.mak
|
1999-02-18 01:52:09 +00:00 |
cata%netscape.com
|
9ac86fc08a
|
Test data from files capability added.
|
1999-02-18 00:55:19 +00:00 |
cata%netscape.com
|
eb1cfb8c0d
|
Hacky ASCII encoder elliminated.
|
1999-02-18 00:54:13 +00:00 |
cata%netscape.com
|
cc64675d38
|
Return value name changed.
|
1999-02-18 00:53:27 +00:00 |
nhotta%netscape.com
|
92dd9d0245
|
nsILocale integration.
|
1999-02-18 00:02:03 +00:00 |
cata%netscape.com
|
d35592858b
|
Interface implemented as "public".
|
1999-02-17 23:21:22 +00:00 |
nhotta%netscape.com
|
43448189a5
|
Added mCharset and mLocale to the class.
|
1999-02-17 18:32:33 +00:00 |
nhotta%netscape.com
|
efb8b36110
|
nsILocale integration.
|
1999-02-17 18:00:29 +00:00 |
ftang%netscape.com
|
e4c80992c7
|
add nsCategoryImp.cpp
|
1999-02-17 15:42:26 +00:00 |
ftang%netscape.com
|
3d427153ae
|
add nsCategory.cpp
|
1999-02-17 15:40:10 +00:00 |
ftang%netscape.com
|
a9974677f8
|
1. fix the Prefix file problem for Debug target
2. Add nsCategoryImp.cpp
|
1999-02-17 15:37:28 +00:00 |
ftang%netscape.com
|
6ffbbc21ea
|
add lwbrk
|
1999-02-17 15:27:16 +00:00 |
ftang%netscape.com
|
7dbbb7279b
|
First Checked In.
|
1999-02-17 15:20:52 +00:00 |
ftang%netscape.com
|
da6ad85ccf
|
add test cases 5-6 and reorg it
|
1999-02-17 15:17:08 +00:00 |
ftang%netscape.com
|
dd8d936382
|
fix contextual bug
|
1999-02-17 15:16:23 +00:00 |
ftang%netscape.com
|
12da02a68a
|
add toc file
|
1999-02-17 15:15:39 +00:00 |
ftang%netscape.com
|
2a89e618da
|
fix the export problem
|
1999-02-16 19:24:09 +00:00 |
nhotta%netscape.com
|
ba33763afb
|
Bug fix, changed NSILOCALE_TIME to NSILOCALE_COLLATE.
|
1999-02-16 19:09:15 +00:00 |
nhotta%netscape.com
|
a17c12c401
|
nsILocale integration.
|
1999-02-16 19:05:10 +00:00 |
ftang%netscape.com
|
9d4a846b47
|
add UNIX build
|
1999-02-16 19:02:26 +00:00 |
ftang%netscape.com
|
ee12696147
|
add UNIX makefile
|
1999-02-16 19:01:40 +00:00 |
ftang%netscape.com
|
0a0eb519c3
|
change the test code to use service manager
|
1999-02-16 18:37:01 +00:00 |
ftang%netscape.com
|
8917cac68e
|
first check in
|
1999-02-16 18:13:35 +00:00 |
ftang%netscape.com
|
4717fdc80f
|
check in new changes
|
1999-02-16 18:11:14 +00:00 |
mcafee%netscape.com
|
6ecfff87d0
|
Ignore generated files
|
1999-02-16 01:50:51 +00:00 |
mcafee%netscape.com
|
fe8764fbbe
|
More portable makefile, fixing -lreg breakage.
|
1999-02-16 01:35:23 +00:00 |
troy%netscape.com
|
25b61792ea
|
Added NS_RELEASE of nsIInputStream interface in nsStringBundle constructor
|
1999-02-14 05:07:13 +00:00 |
akkana%netscape.com
|
8842fe373e
|
Fixing cata's Linux build bustage
|
1999-02-12 20:45:26 +00:00 |
cata%netscape.com
|
a09d0406b5
|
ISO2022JP to Unicode converter adedd.
|
1999-02-12 19:50:47 +00:00 |
cata%netscape.com
|
7aff4ca70b
|
ISO2022JP to Unicode added.
|
1999-02-12 19:46:02 +00:00 |
cata%netscape.com
|
9dd60ddf52
|
Shared converter data moved here.
|
1999-02-12 19:44:33 +00:00 |
cata%netscape.com
|
fccb800a1e
|
Shared converter data moved to nsUCVJA2Dll.cpp
|
1999-02-12 19:43:43 +00:00 |
cata%netscape.com
|
48359c7b1c
|
Created.
|
1999-02-12 19:35:59 +00:00 |
cata%netscape.com
|
fd8646f06b
|
Small bugfixes, optimizations and docs.
|
1999-02-12 19:27:31 +00:00 |
cata%netscape.com
|
7b12754017
|
More doc added and changed.
|
1999-02-12 19:24:08 +00:00 |
nhotta%netscape.com
|
319066b706
|
nsILocale integrarion.
|
1999-02-12 18:24:45 +00:00 |
nhotta%netscape.com
|
e7d6bad2e4
|
nsILocale integration.
|
1999-02-12 18:23:54 +00:00 |
pinkerton%netscape.com
|
9b9c709edc
|
remove trailing ';' on CID decl because it causes empty declaration warnings.
|
1999-02-12 17:32:01 +00:00 |
dp%netscape.com
|
81c281f428
|
Adding libreg as xpcom depends on it
|
1999-02-10 02:01:50 +00:00 |
mcafee%netscape.com
|
4cc6e070bc
|
Wrapping tests in ENABLE_TESTS
|
1999-02-10 01:01:07 +00:00 |
mcafee%netscape.com
|
6b790408c8
|
More portable way of writing this Makefile.
|
1999-02-10 00:49:34 +00:00 |
ftang%netscape.com
|
3282820c93
|
back up the #ifndef XP_UNIX
|
1999-02-10 00:35:02 +00:00 |
ftang%netscape.com
|
a3d49202e4
|
check in some changes
|
1999-02-09 23:57:14 +00:00 |
ftang%netscape.com
|
e0f54be853
|
fix xpcom code
|
1999-02-09 23:56:05 +00:00 |
ftang%netscape.com
|
b718155791
|
check in the implementation of General Category code
|
1999-02-09 23:52:36 +00:00 |
ftang%netscape.com
|
b4f23cc6b3
|
first check in
|
1999-02-09 23:51:43 +00:00 |
ftang%netscape.com
|
c744c709e2
|
make small changes
|
1999-02-09 23:51:02 +00:00 |
ftang%netscape.com
|
556cb9659c
|
reduce table size
|
1999-02-09 23:49:30 +00:00 |
ftang%netscape.com
|
f9f71b5501
|
reduce the table size
|
1999-02-09 23:48:56 +00:00 |
dp%netscape.com
|
dc220d0b88
|
Adding libreg
|
1999-02-09 23:29:48 +00:00 |
dp%netscape.com
|
cee1f81ac2
|
Adding libreg
|
1999-02-09 22:47:21 +00:00 |
ftang%netscape.com
|
7de3f37e2f
|
first check in
|
1999-02-09 16:04:07 +00:00 |
ftang%netscape.com
|
0f9711ee8d
|
first chek in
|
1999-02-09 16:03:03 +00:00 |
ftang%netscape.com
|
4d938b27b8
|
check in interface and not working stub
|
1999-02-09 16:01:48 +00:00 |
ftang%netscape.com
|
d31ad1afa3
|
change ToTitle interface
|
1999-02-09 15:57:48 +00:00 |
tague%netscape.com
|
28177eb274
|
Added autoregistration to Windows locale DLL
|
1999-02-09 04:44:23 +00:00 |
tague%netscape.com
|
84edb88953
|
Added XPCOM autoregistration to the Mac version of the locale shared object.
|
1999-02-09 04:31:32 +00:00 |
tague%netscape.com
|
cacda0cc9c
|
Added autoregistration to UNIX .so
|
1999-02-09 03:24:34 +00:00 |
nhotta%netscape.com
|
263991365d
|
Output data print format change.
|
1999-02-08 19:21:44 +00:00 |
mcafee%netscape.com
|
726434e734
|
ignore genereated files
|
1999-02-08 08:26:34 +00:00 |
mcafee%netscape.com
|
8d0f6d4b57
|
nsIWin32Locale.h is, uh, Win32-only :-)
|
1999-02-07 12:29:31 +00:00 |
nhotta%netscape.com
|
efec496dc5
|
Added Japanese (Shift_JIS) specific support.
|
1999-02-05 22:51:38 +00:00 |
nhotta%netscape.com
|
1f6789b4e5
|
Collation key implementation for Macintosh.
|
1999-02-05 22:10:39 +00:00 |
erik%netscape.com
|
65a5a7abf5
|
Changed over to the service model. Seems cleaner now.
|
1999-02-05 21:10:04 +00:00 |
dp%netscape.com
|
acc1d1b271
|
Fixed mRefCnt not being initialized
|
1999-02-05 18:50:08 +00:00 |
nhotta%netscape.com
|
94a70e212b
|
Added uconv for the include path.
|
1999-02-05 00:36:45 +00:00 |
nhotta%netscape.com
|
f69c92b269
|
Changed to use strxfrm for a key generation.
|
1999-02-04 23:23:04 +00:00 |
nhotta%netscape.com
|
e21aa3fbcc
|
Moved NS_IMPL_IDS define to XP code.
|
1999-02-04 23:20:55 +00:00 |
nhotta%netscape.com
|
0ff2b69425
|
Added UnicodeToChar to nsCollation class.
|
1999-02-04 23:17:37 +00:00 |
ftang%netscape.com
|
ef83f03754
|
implement ASCII only ToTitle until word breaker ready. Put optimization for NOCASE_CHAR in place, replace test with macro to make it more readable,
|
1999-02-04 16:59:03 +00:00 |
nhotta%netscape.com
|
bc366aa8c7
|
Integration of the case conversion interface.
|
1999-02-04 02:02:49 +00:00 |
nhotta%netscape.com
|
8112005249
|
Integration of the case conversion interface.
|
1999-02-04 01:40:58 +00:00 |
nhotta%netscape.com
|
9cf27d4675
|
RegisterFactory for case conversion interface.
|
1999-02-04 01:39:11 +00:00 |
nhotta%netscape.com
|
b12ad2d245
|
Additional include paths.
|
1999-02-04 01:37:46 +00:00 |
tague%netscape.com
|
ebe7e7f12a
|
Added Windows specific locale interfaces and implementation
|
1999-02-04 00:33:44 +00:00 |
nhotta%netscape.com
|
9678289616
|
Unicode converter integration.
|
1999-02-03 23:44:36 +00:00 |
brade%netscape.com
|
07c421149d
|
remove extra comma to remove warnings on Macintosh compiler
|
1999-02-03 22:57:36 +00:00 |
nhotta%netscape.com
|
ed09f21105
|
RegisterFactory for unicode converter.
|
1999-02-03 19:29:50 +00:00 |
nhotta%netscape.com
|
a6a550a6f5
|
Date time format Macintosh implementation.
|
1999-02-03 19:28:38 +00:00 |
erik%netscape.com
|
686e2e593c
|
Added strres to Unix build.
|
1999-02-03 18:14:48 +00:00 |
erik%netscape.com
|
61113fb771
|
Unix Makefile for this directory.
|
1999-02-03 18:14:04 +00:00 |
erik%netscape.com
|
b9e87785ed
|
Fixed compiler warnings on Linux, and added code for LockFactory.
|
1999-02-03 18:08:03 +00:00 |
ftang%netscape.com
|
18cab4e127
|
stop building gendata. it is obsoleted
|
1999-02-03 18:00:03 +00:00 |
erik%netscape.com
|
3c61db0bac
|
Adding strres again. This time it should be OK, since intl is built after
base in mozilla/nglayout.mak. (And I tried a build from scratch.)
|
1999-02-03 17:55:52 +00:00 |
ftang%netscape.com
|
1555dc949b
|
stop building gendat
|
1999-02-03 17:54:51 +00:00 |
ftang%netscape.com
|
d182d451e7
|
change implementation to Imp2 so it don't depend on MTT and faster, smaller
|
1999-02-03 17:44:05 +00:00 |
ftang%netscape.com
|
e30e92cb4c
|
change implementation to Imp2 so it is faster and smaller and do not depend on MTT
|
1999-02-03 17:43:38 +00:00 |
ftang%netscape.com
|
9ff667aa06
|
fix mac warning. delete , from enum
|
1999-02-03 09:02:54 +00:00 |
ftang%netscape.com
|
06e4dafc2f
|
make the table static instead of extern
|
1999-02-03 08:52:22 +00:00 |
ftang%netscape.com
|
ca366072dd
|
Fix extern and static problem
|
1999-02-03 08:51:56 +00:00 |
ftang%netscape.com
|
99ae0ec765
|
add the second implementation to replace the MTT implementation. the casetable.h is build by ../tools/gencasetable.pl on window with [Dec 29 22:05:00 1998] version (2.1.8) of UnicodeData-Latest.txt file
|
1999-02-03 08:44:02 +00:00 |
ftang%netscape.com
|
34f136da98
|
add gencasetable.pl which used to generate mozilla/intl/unicharutil/src/casetable.h from UnicodeData-Latest.txt
|
1999-02-03 08:38:39 +00:00 |
nhotta%netscape.com
|
0f893f63a2
|
Fixed typo, windows headers were included.
|
1999-02-03 02:22:12 +00:00 |
nhotta%netscape.com
|
aa2bfa6b52
|
nsILocale integration and date time format Mac implementation.
|
1999-02-03 01:36:06 +00:00 |
nhotta%netscape.com
|
f5d1975ba6
|
nsILocale integration.
|
1999-02-03 01:35:11 +00:00 |
kipp%netscape.com
|
3efbd9563c
|
Use SIMPLE_PROGRAMS instead of custom rules
|
1999-02-02 17:40:28 +00:00 |
mcafee%netscape.com
|
938f5f070b
|
Ignore generated binaries
|
1999-02-02 01:52:35 +00:00 |
mcafee%netscape.com
|
c46e798651
|
Ignore generated binaries
|
1999-02-02 01:47:19 +00:00 |
mcafee%netscape.com
|
a9f46578c7
|
Ignore generated Makefile
|
1999-02-02 01:03:32 +00:00 |
nhotta%netscape.com
|
44866e8b7b
|
Changed the class name from WinFactory to UnixFactory.
|
1999-02-01 23:56:54 +00:00 |
nhotta%netscape.com
|
034a3ff9b8
|
Changed out string to nsString.
|
1999-02-01 23:40:02 +00:00 |
nhotta%netscape.com
|
57c01c80e1
|
Changed for nsIDateTimeFormat interface.
|
1999-02-01 23:33:13 +00:00 |
erik%netscape.com
|
aec381d7e2
|
removing strres again, coz it apparently doesn't work for others. sigh...
|
1999-02-01 20:48:28 +00:00 |
erik%netscape.com
|
eb4e6767af
|
added strres to build again, now that raptorbase.lib dependency is solved
|
1999-02-01 19:24:05 +00:00 |
erik%netscape.com
|
6b2136e751
|
commented out the REQUIRES line to get around dependency problem with
raptorbase.lib when building strres.dll
|
1999-02-01 19:23:34 +00:00 |
tague%netscape.com
|
fc83b34cdf
|
Modified LocaleSelfTest to look for it's components in NSLOCALE_DLL on the Mac. (This mirrors the other builds.)
|
1999-02-01 04:37:47 +00:00 |
tague%netscape.com
|
33eb3a52b3
|
Updated MANIFEST file. Removed leading # characters.
|
1999-02-01 04:36:52 +00:00 |
tague%netscape.com
|
74a0a59d07
|
Added nsILocale and nsILocaleFactory to the Mac build.
|
1999-02-01 04:35:53 +00:00 |
tague%netscape.com
|
efcf7769d5
|
Changed Mac build to mirror the Windows and Unix builds. Put the definition of nsLocaleMacFactory into a header file.
|
1999-02-01 04:35:21 +00:00 |
tague%netscape.com
|
cc3880bdc4
|
First Checked In.
|
1999-02-01 04:32:55 +00:00 |
tague%netscape.com
|
9eeda875db
|
Renamed targets from unicharutil*.shlib to unicharutil*.shlb.
|
1999-02-01 04:31:37 +00:00 |
erik%netscape.com
|
b5815dfa4f
|
removing strres from build until I sort out the raptorbase.lib problem
|
1999-01-30 01:40:48 +00:00 |
erik%netscape.com
|
9e482a5454
|
changed locale argument from nsString to nsILocale
|
1999-01-30 00:29:33 +00:00 |
erik%netscape.com
|
0bfa10efdf
|
added strres to list of directories to build
|
1999-01-30 00:28:10 +00:00 |
erik%netscape.com
|
f97c77c71c
|
added locale to include list (for nsILocale)
|
1999-01-30 00:27:18 +00:00 |
erik%netscape.com
|
4ebf6c26c5
|
added locale directory to include list (for nsILocale)
|
1999-01-30 00:26:48 +00:00 |
erik%netscape.com
|
a3b127dac4
|
added Windows makefile for this directory so that build goes down into
subdirectories automatically
|
1999-01-30 00:25:34 +00:00 |
ftang%netscape.com
|
0a603e202f
|
First Checked In.
|
1999-01-29 18:24:54 +00:00 |
ftang%netscape.com
|
cf402a4b8c
|
move kLatin1ToUnicodeCID from nsConverterCID.h to nsUCvLatinCID.h
|
1999-01-29 18:13:32 +00:00 |
ftang%netscape.com
|
98fd34393f
|
fix EXPORT problem
|
1999-01-29 18:12:16 +00:00 |
ftang%netscape.com
|
a0a34eb553
|
first check in
|
1999-01-29 18:11:33 +00:00 |
ftang%netscape.com
|
a69e7904e6
|
fix export
|
1999-01-29 18:11:00 +00:00 |
tague%netscape.com
|
f099c5aa64
|
Changed DEPTH to topsrcdir so that we build under autoconf
|
1999-01-29 05:29:43 +00:00 |
tague%netscape.com
|
af2816809e
|
Added nsILocale, nsILocaleFactory, nsICollation to the UNIX build
|
1999-01-29 04:09:40 +00:00 |
ftang%netscape.com
|
64eafe5548
|
add MANIFEST
|
1999-01-29 01:09:05 +00:00 |
tague%netscape.com
|
85b27329cd
|
Checked in nsILocale, nsILocaleFactory. Added all the build dependencites in mozilla/intl as well.
|
1999-01-28 23:27:55 +00:00 |
nhotta%netscape.com
|
ab42bc6816
|
Added test cases for date time format.
|
1999-01-28 00:26:04 +00:00 |
nhotta%netscape.com
|
1814320b35
|
Changed to call WinAPI for date time format.
|
1999-01-28 00:24:18 +00:00 |
nhotta%netscape.com
|
432b0a7e44
|
Modified data and time format selectors.
|
1999-01-28 00:21:48 +00:00 |
erik%netscape.com
|
fd2231341f
|
again, had to fix some strange IID stuff that wouldn't compile on the Mac
|
1999-01-27 18:46:07 +00:00 |
cata%netscape.com
|
b78e142c3f
|
Test code for the hacky Ascii Encoder added.
|
1999-01-27 18:06:03 +00:00 |
cata%netscape.com
|
8bf62a32c9
|
Hacky Ascii Unicode encoder added for testing purposes.
|
1999-01-27 18:05:08 +00:00 |
cata%netscape.com
|
64c5987ad2
|
More methods added in the interface.
|
1999-01-27 18:03:59 +00:00 |
cata%netscape.com
|
519bf61974
|
Docs added. Changes in error codes.
|
1999-01-27 18:02:58 +00:00 |
ramiro%netscape.com
|
40c9c81e4b
|
Ignore generated files.
|
1999-01-27 05:09:47 +00:00 |
nhotta%netscape.com
|
8c42db3a20
|
Initial check in.
|
1999-01-27 00:19:24 +00:00 |
erik%netscape.com
|
63dd716dc8
|
Added test program and test file for new nsIStringBundle class
(for externalizing strings so that they can be localized).
|
1999-01-26 23:54:30 +00:00 |
erik%netscape.com
|
3f82c780be
|
Added implementation of new nsIStringBundle class.
|
1999-01-26 23:53:37 +00:00 |
erik%netscape.com
|
897bee2d9f
|
Added public header file for new nsIStringBundle class.
|
1999-01-26 23:53:01 +00:00 |
nhotta%netscape.com
|
4eef5a7edc
|
Change to use WinAPI for collation key creation.
|
1999-01-26 17:37:17 +00:00 |
nhotta%netscape.com
|
ae90d6478c
|
Added additional library to to link.
|
1999-01-26 17:35:42 +00:00 |
mcafee%netscape.com
|
74efa35b43
|
Adding makefiles for Linux, hope that's Ok
|
1999-01-26 12:47:33 +00:00 |
sudu%netscape.com
|
c94385ee94
|
OJI MozClassic to raptor merge
|
1999-01-25 08:05:00 +00:00 |
ramiro%netscape.com
|
67f7ec8c39
|
Ignore generated file.
|
1999-01-23 00:09:34 +00:00 |
ramiro%netscape.com
|
127039e271
|
Ignore generated files.
|
1999-01-22 06:33:54 +00:00 |
ftang%netscape.com
|
38a78d74bd
|
fix the target name from shlib to shlb
|
1999-01-22 01:26:41 +00:00 |
nhotta%netscape.com
|
ed95678fea
|
First Checked In.
|
1999-01-21 23:40:32 +00:00 |
nhotta%netscape.com
|
7b8d4b7b11
|
Changes for Mac build.
|
1999-01-21 23:37:56 +00:00 |
nhotta%netscape.com
|
f5ae45eca2
|
File Removed.
|
1999-01-21 23:26:07 +00:00 |
nhotta%netscape.com
|
9b01700753
|
First Checked In.
|
1999-01-21 23:13:03 +00:00 |
nhotta%netscape.com
|
86c9f5ca8d
|
Initial check in.
|
1999-01-21 01:28:27 +00:00 |
nhotta%netscape.com
|
eb428fc2d3
|
Initial check in.
|
1999-01-21 01:11:00 +00:00 |
nhotta%netscape.com
|
61cd3a1343
|
Initial check in.
|
1999-01-21 00:49:28 +00:00 |
ftang%netscape.com
|
ba41dc36f1
|
First Checked In.
|
1999-01-16 00:29:00 +00:00 |
ftang%netscape.com
|
0c4b4a9143
|
add EUC-JP converter
|
1999-01-16 00:20:44 +00:00 |
ftang%netscape.com
|
e897d9df10
|
fix the bug which will crash when some converter are not available
|
1999-01-14 23:24:17 +00:00 |
ftang%netscape.com
|
3e4093276b
|
add greek test case
|
1999-01-14 23:23:30 +00:00 |
ftang%netscape.com
|
dd7461a825
|
add ucvlatin into -I
|
1999-01-14 23:23:13 +00:00 |
ftang%netscape.com
|
8d41d4b0cc
|
make UNIX build and run
|
1999-01-14 10:28:18 +00:00 |
ftang%netscape.com
|
61a437bcd2
|
fix the FastTableInit code
|
1999-01-14 08:49:03 +00:00 |
ftang%netscape.com
|
0a4bb956c9
|
fix the 0x00-0x20 and 0x7f problem nsUnicodeDecodeUtil.cpp
|
1999-01-14 08:22:31 +00:00 |
ftang%netscape.com
|
da4a8ab725
|
fix charset is caseless bug
|
1999-01-14 07:46:17 +00:00 |
ftang%netscape.com
|
8ecdbda40a
|
add ucvlatin, add cp1253, iso-8859-1, windows-1253 converter, change the nsIUnicodeDecodeUtil interface
|
1999-01-14 07:39:45 +00:00 |
ftang%netscape.com
|
a267ebb98a
|
add first check in
|
1999-01-14 07:35:24 +00:00 |
ftang%netscape.com
|
e05c75c1c9
|
change dependency. add sjis test cases
|
1999-01-12 08:35:45 +00:00 |
ftang%netscape.com
|
1aba6b47b6
|
add shift jis converter, add table driven decode utility and interface, change module name from intl to uconv
|
1999-01-12 08:34:29 +00:00 |
ftang%netscape.com
|
f38f28d04a
|
change module from intl to uconv, add utility files
|
1999-01-12 08:26:54 +00:00 |
ftang%netscape.com
|
f16f43cabb
|
add Shift to Unicode converter
|
1999-01-12 08:24:34 +00:00 |
ftang%netscape.com
|
1710a341d3
|
Ignore (NS_ERROR_FACTORY_EXISTS != res) return result
|
1999-01-08 22:02:41 +00:00 |
ftang%netscape.com
|
02d67d0824
|
add unix makefile
|
1999-01-08 18:57:27 +00:00 |
ftang%netscape.com
|
279ed70779
|
add Makefile to call uconv
|
1999-01-08 18:55:54 +00:00 |
ftang%netscape.com
|
656cb3b469
|
add directory description
|
1999-01-08 18:36:17 +00:00 |
ftang%netscape.com
|
58baea9bbe
|
change add the DLL name for Mac and UNIX and add placeholder for planned converters
|
1999-01-08 01:03:24 +00:00 |
ftang%netscape.com
|
231a7f5d7a
|
move from modules into intl
|
1999-01-08 00:26:45 +00:00 |
ftang%netscape.com
|
40e1221f93
|
move from modules into intl
|
1999-01-08 00:20:08 +00:00 |
cata%netscape.com
|
ecd5c41c43
|
first check in unicode converter. Didn't build on Mac/UNIX yet. Didn't hookup with main
build process yet.
|
1999-01-07 01:23:22 +00:00 |