bbaetz%student.usyd.edu.au
af43c769d9
Hopefully fix HPUX bustage from bug 7965.
2002-08-17 11:12:29 +00:00
katakai%japan.sun.com
8be45362ae
bug 7965
...
[converter] need ISO-2022-CN converters
Added ISO-2022-CN converter. (no new file)
r=ftang,sr=alecf
2002-08-17 01:17:42 +00:00
seawood%netscape.com
3cc9c5e53c
Removing old unused module prefix files.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:09:28 +00:00
seawood%netscape.com
8e930f4610
Use shared prefix files instead of old module specific ones.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162186 r=cls
2002-08-14 23:07:41 +00:00
ftang%netscape.com
be2921e5b0
update unihan to .uf .ut tools
...
not part of the build
1. corret the mistake in nonhan.txt
2. make the unihan2cns.pl able to process unihan-3.2.0.txt which
contains characters beyond BMP
3. add cns.sh which generate .uf .ut files in uconv/ucvtw2
2002-08-13 20:37:09 +00:00
mkaply%us.ibm.com
816ab49b80
#157773
...
r=mkaply, sr=blizzard - platform specific
OS/2 only - wrong mapping for OS/2 codepage 1386
2002-08-13 16:48:19 +00:00
alecf%netscape.com
c67b59bec2
oops, fix triplicate registration on startup.. just removal of redundant lines of code
2002-08-13 00:01:46 +00:00
alecf%netscape.com
1127eca66b
oops, I handled a cvs merge poorly - remove redundant lines in Makefile.in to fix bustage
2002-08-12 20:38:40 +00:00
alecf%netscape.com
b0874301ee
oh, wait....these aren't part of the build either!
2002-08-12 19:39:31 +00:00
alecf%netscape.com
24b1b48a47
removal of last of files which are no longer part of the build
2002-08-12 19:38:29 +00:00
nhotta%netscape.com
e0457e3491
Added unescape function which takes a charset to uconv,
...
changed uriloader to use the uconv unescape to handle unescape non Ascii URI correctly.
bug 155569, r=ftang, sr=bzbarsky.
2002-08-12 19:23:22 +00:00
alecf%netscape.com
9443d20ca6
remove these files which are also not part of the build
2002-08-12 19:21:15 +00:00
alecf%netscape.com
e204c64e1e
remove these files that aren't part of the build
2002-08-12 19:20:14 +00:00
alecf%netscape.com
398c128889
fix for bug 157993 - combine all unicode converters into a single library, and share GetMaxLength() implementation between all converters that can support it.
...
r=ftang, sr=blizzard
2002-08-12 19:16:16 +00:00
timeless%mac.com
450e723217
Bug 155373 no locales in BeOS - should be set to UTF-8
...
code by sergei_d@fi.tartu.ee
nsBeOSCharset.cpp r=timeless sr=blizzard (ports)
Makefile.in r=cls
2002-08-11 20:44:03 +00:00
gerv%gerv.net
a6d4accdea
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
301b1a4ca8
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
alecf%netscape.com
f7ad4265ef
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com
7dafb891cc
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
2002-07-31 20:53:46 +00:00
alecf%netscape.com
0e23068b87
for bug 157993 - completed merge of uconv libraries on mac
...
not part of build
2002-07-29 18:41:52 +00:00
alecf%netscape.com
8543bf7c1e
oops, according to yokoyama, ucvcn belongs in ucvasia not ucvwestern
...
for bug 157993, still not part of build
2002-07-29 17:57:46 +00:00
alecf%netscape.com
6bedaf7553
initial version of combined intl libraries on mac for bug 157993 - not part of build - don't even try these, they don't build yet!
2002-07-29 14:40:50 +00:00
darin%netscape.com
42b95e93bf
fixes bug 159583 - simple string bundle optimization
...
r=yokoyama sr=alecf a=asa
2002-07-27 00:46:21 +00:00
bryner%netscape.com
005712586f
Make MachO mac build use Mac locale code (bug 158266). r=pinkerton, sr=sfraser, a=asa.
2002-07-25 00:28:29 +00:00
alecf%netscape.com
02948c02a1
lay some groundwork for bug 158003 - make some static constructors for the base classes that all the encoders/decoders can share
...
not part of build
2002-07-24 21:27:57 +00:00
alecf%netscape.com
1ae76ec180
work for bug 158003 and bug 157993 - tweak base support classes with a fake inner interface in debug builds, so we can use QI to determine if the class is based off any of these support classes.
...
no reviewer, not part of build
2002-07-24 21:20:18 +00:00
alecf%netscape.com
531ad6b817
add ucvasia module, which is a combination of ucvja, ucvtw, ucvtw2, and ucvko
...
not part of build, for bug 157993
2002-07-23 22:29:22 +00:00
alecf%netscape.com
6d7a2046f2
add ucvwestern module, which is a combination of ucvcn, ucvlatin, and ucvibm
...
not part of build, for bug 157993
2002-07-23 22:28:10 +00:00
alecf%netscape.com
048497d258
fix typo for case-sensitive filesystems, not part of build
2002-07-23 22:25:20 +00:00
alecf%netscape.com
f7e72c0031
add static utility library for bug 157993 - provides enhanced base classes for table-based converters
...
not part of build.. landing so I can test on multiple platforms.
2002-07-23 22:05:25 +00:00
jshin%mailaps.org
29a10c73eb
Add two new characters(Euro and Registered trade mark sign) to
...
KS X 1001 based converters (EUC-KR, UHC, JOHAB, ISO-2022-KR):
bug 134749: r=yokoyama, sr=alecf, a=asa
2002-07-19 01:42:16 +00:00
jshin%mailaps.org
2a1d3f7665
Combining EUC-KR and UHC decoders into one (bug 131388)
...
r=yokoyama, sr=alecf, a=scc
2002-07-18 02:40:19 +00:00
alecf%netscape.com
707a6daf54
remove .cvsignore from this empty directory - not part of the build in any way!
2002-07-17 22:56:34 +00:00
rbs%maths.uq.edu.au
5ff519ca23
Attempt to fix Mac bustage
2002-07-17 00:09:59 +00:00
jshin%mailaps.org
e5d04772a8
bug 133216 - make multibyte decoder more robust for invalid octet sequence.
...
r=yokoyama, sr=alecf, a=asa
2002-07-14 10:45:54 +00:00
jshin%mailaps.org
f1e67b79cd
bug 135850 - Make Korean JOHAB encoder (Compatibility Jamo part) aligned with
...
Adobe CMap and XFree86 font encoding file for JOHAB.
r=yokoyama,sr=alecf,a=asa
2002-07-14 10:28:48 +00:00
rbs%maths.uq.edu.au
a6dc0bdbde
support <msqrt> and <mroot> with Mathematica fonts in addition to TeX fonts, b=121493, r=roc+moz, sr=waterson
2002-07-09 01:41:52 +00:00
alecf%netscape.com
5f2d1b47c1
final fix for bug 125617 - make the charset detectors use the category manager rather than the registry
...
and make extensible bundles use the category manager as well
r=dougt, sr=dveditz
2002-07-09 00:07:09 +00:00
timeless%mac.com
b84f2f7168
Bug 155349 WARNING: the property cp1256 already exists
...
r=caillon sr=tor
2002-07-05 19:12:06 +00:00
taka%netscape.com
b89e4636c2
Remove unexpected space inserted between Chinese and Japanese characters as a result of unfolding lines. These scripts don't use space as a word boundary. b=135323 r=shanjian sr=waterson
2002-07-01 20:43:16 +00:00
smontagu%netscape.com
b22e5fa1ca
Bug 125403: nsconv does not work. Author=katakai@japan.sun.com, r=yokoyama, sr=roc+moz
2002-06-28 23:16:19 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
shanjian%netscape.com
9489feac7e
#149417 Auto-detect Chinese doesn't work
...
Eliminate gb18030 when considering apply frequence analysis.
r=ftang, sr=jst
2002-06-26 02:10:15 +00:00
katakai%japan.sun.com
5ee9278410
bug 152790
...
tis620-2 is not defined as th language group
added tis620-2=th into charsetData.properties
r=ftang,sr=sfraser
2002-06-25 23:37:38 +00:00
alecf%netscape.com
70293b9caf
fix really strange btek bustage
2002-06-23 18:42:50 +00:00
alecf%netscape.com
509463ed3f
fix pending OS/2 bustage
2002-06-23 17:08:31 +00:00
alecf%netscape.com
fddda0acfb
argh, fix pending mac bustage
2002-06-23 17:07:54 +00:00
alecf%netscape.com
32f29bdd6f
fix unix bustage
2002-06-23 17:04:46 +00:00
alecf%netscape.com
7bf8b60881
fix for bug 148180 - untangle intl dependencies by removing redundant code to load .properties files
...
instead, go through the string bundle service.
all intl libraries except the string bundle service are now free of necko dependencies
r=ftang, sr=jag
2002-06-23 16:05:35 +00:00