George Rhoten
e929b87e4e
ICU-3449 Add missing ANSI1251.
...
X-SVN-Rev: 18397
2005-08-04 20:40:51 +00:00
George Rhoten
8ae11bc910
ICU-3449 Return an ICU compatible charset name for certain platforms.
...
X-SVN-Rev: 18396
2005-08-04 20:39:34 +00:00
George Rhoten
870d1a4b22
ICU-3449 Simplify getDefaultCodepage so that it will be easier to return the correct codepage in various scenarios.
...
X-SVN-Rev: 18393
2005-08-04 17:44:15 +00:00
George Rhoten
6ceae7f947
ICU-4235 Fix compiler warnings and platform specific problems.
...
X-SVN-Rev: 18392
2005-08-04 16:49:11 +00:00
Mark Davis
a557131267
ICU-3943 fixed serialization
...
X-SVN-Rev: 18391
2005-08-04 01:58:27 +00:00
George Rhoten
e9fe9b73f4
ICU-4603 Fix beam complaints
...
X-SVN-Rev: 18390
2005-08-03 19:36:35 +00:00
George Rhoten
aea4db3da6
ICU-4603 Fix beam complaints
...
X-SVN-Rev: 18389
2005-08-03 19:27:44 +00:00
Ram Viswanadha
b40c443891
ICU-4603 fix beam complaints
...
X-SVN-Rev: 18388
2005-08-03 02:54:26 +00:00
Andy Heninger
fc1588e739
ICU-4703 beam compile warning fixes
...
X-SVN-Rev: 18387
2005-08-02 22:48:06 +00:00
Ram Viswanadha
2b51573bde
ICU-4603 add test for beam complaint
...
X-SVN-Rev: 18386
2005-08-02 22:28:18 +00:00
Andy Heninger
dcf498d172
ICU-4703 beam compile warning fixes
...
X-SVN-Rev: 18385
2005-08-02 21:51:56 +00:00
George Rhoten
d4a1e7c1fe
ICU-4235 Use more verbose output.
...
X-SVN-Rev: 18384
2005-08-02 21:47:28 +00:00
Eric Mader
3dd740cc9d
ICU-4697 Create a new ParagraphLayout after each line / paragraph end.
...
X-SVN-Rev: 18383
2005-08-02 18:22:23 +00:00
George Rhoten
92181b792b
ICU-4703 Fix BEAM warnings.
...
X-SVN-Rev: 18382
2005-08-02 18:12:39 +00:00
George Rhoten
10859a2901
ICU-4707 Fix compiler warnings.
...
X-SVN-Rev: 18381
2005-08-02 18:11:38 +00:00
George Rhoten
45ac202ab3
ICU-4707 Fix linker warnings for AIX.
...
X-SVN-Rev: 18380
2005-08-02 18:08:17 +00:00
Eric Mader
c7b9319b1c
ICU-4703 BEAM fix: EntryExitPoint constructor was setting fEntryPoint.fY a second time instead of setting fExitPoint.fY
...
X-SVN-Rev: 18379
2005-08-02 18:03:04 +00:00
George Rhoten
bd60fe525d
ICU-4235 Fix various porting, configuration and style issues.
...
Don't use namespaces.
Use UBool instead of bool.
Use FALSE instead of false.
Use TRUE instead of true.
Use the correct copyright date.
Use UCONFIG_NO_COLLATION consistently.
... and a few other issues.
X-SVN-Rev: 18378
2005-08-02 17:55:57 +00:00
Andy Heninger
2f8dfa2df2
ICU-4703 beam compile warning fixes
...
X-SVN-Rev: 18377
2005-08-02 00:25:54 +00:00
Andy Heninger
2f464cbba2
ICU-4686 rbbi data swapper, fixed size of buffer to zero out..
...
X-SVN-Rev: 18376
2005-08-01 23:27:52 +00:00
Eric Mader
cd7c10701c
ICU-4703 BEAM fix: it's OK to delete a null instance...
...
X-SVN-Rev: 18375
2005-08-01 22:11:01 +00:00
Eric Mader
6cafd1716c
ICU-4703 BEAM fix: in u_shapeArabic, stop if adjusted sourceLength is <= 0.
...
X-SVN-Rev: 18374
2005-08-01 22:10:20 +00:00
Ram Viswanadha
517d8e7b86
ICU-4235 fix problems
...
X-SVN-Rev: 18373
2005-08-01 20:18:44 +00:00
Eric Mader
bf235f0291
ICU-4696 Allow vowel OO to take vowel sign U. Allow vowel sign OO to be followed by vowel sign U.
...
X-SVN-Rev: 18371
2005-07-28 21:27:12 +00:00
Eric Mader
b8ba6dc98d
ICU-4298 Initial checkin of Sinhala code. Fix ZWJ/ZWNJ filter in LEFontInstance::mapCharToGlyph()
...
X-SVN-Rev: 18370
2005-07-28 20:56:04 +00:00
Ram Viswanadha
60fc7972d6
ICU-4235 add random collator test
...
X-SVN-Rev: 18369
2005-07-28 20:25:44 +00:00
Ram Viswanadha
a6ba951e19
ICU-4692 oops forgot to update the reference platform list
...
X-SVN-Rev: 18362
2005-07-27 23:09:38 +00:00
Ram Viswanadha
17ced6b7bd
ICU-4692 Update the module jar sizes
...
X-SVN-Rev: 18361
2005-07-27 22:34:41 +00:00
George Rhoten
460b96631c
ICU-4687 Fix make check
...
X-SVN-Rev: 18359
2005-07-27 06:48:20 +00:00
George Rhoten
fb980e9475
ICU-4687 Fix make install
...
X-SVN-Rev: 18358
2005-07-27 06:14:24 +00:00
Doug Felt
7efd460d81
ICU-4692 update ICU4J readme for 3.4
...
X-SVN-Rev: 18354
2005-07-26 21:44:58 +00:00
Doug Felt
80c533be49
ICU-4691 fix charsetdetector/charsetmatch documentation bugs
...
X-SVN-Rev: 18353
2005-07-26 21:20:16 +00:00
Eric Mader
0b7da97ffc
ICU-4689 Don't stop building font map when an invalid script is encountered. Quit if there are *no* valid scripts.
...
X-SVN-Rev: 18352
2005-07-26 17:14:13 +00:00
Markus Scherer
e558ebd3d9
ICU-4655 ICU 3.4 source downloads contain a .dat ICU data package rather than source data files
...
X-SVN-Rev: 18351
2005-07-26 17:10:10 +00:00
Eric Mader
62bbc0ae15
ICU-4689 Check return count from uscript_getCode() to detect bad script name. Don't continue if building the font map fails.
...
X-SVN-Rev: 18350
2005-07-25 23:53:32 +00:00
George Rhoten
c899b908ff
ICU-3076 z/OS can't run in 64-bit mode. Comment out detection code for now.
...
X-SVN-Rev: 18349
2005-07-25 21:10:51 +00:00
Eric Mader
beded72068
ICU-497 Change character class of IRI and URA from _ct to _xx so that they won't combine w/ matras.
...
X-SVN-Rev: 18348
2005-07-25 18:55:48 +00:00
Andy Heninger
449f312af8
ICU-4286 copy right skip for userguide sxg file, html template file.
...
X-SVN-Rev: 18346
2005-07-25 06:02:35 +00:00
Ram Viswanadha
4089093d92
ICU-4175 add a test
...
X-SVN-Rev: 18345
2005-07-23 01:03:43 +00:00
Mark Davis
7384077700
ICU-4175 fixed broken fallback (for now).
...
X-SVN-Rev: 18344
2005-07-23 00:18:38 +00:00
Mark Davis
4005fb6452
ICU-4175 fixed broken fallback (for now).
...
X-SVN-Rev: 18342
2005-07-23 00:06:41 +00:00
Eric Mader
54fce8bd7f
ICU-4407 Clairfy comment for reset() method.
...
X-SVN-Rev: 18341
2005-07-23 00:04:19 +00:00
Eric Mader
280c0428ef
ICU-4407 Add reset() method to RunArray.
...
X-SVN-Rev: 18340
2005-07-23 00:01:40 +00:00
George Rhoten
612b6ad342
ICU-4684 Fix an array indexing bug.
...
X-SVN-Rev: 18339
2005-07-22 23:57:52 +00:00
Steven R. Loomis
69451e310e
ICU-4683 icu-config cygwin fixes
...
X-SVN-Rev: 18338
2005-07-22 22:58:08 +00:00
Vladimir Weinstein
0ac7284cad
ICU-4355 Port of no UCA runtime
...
X-SVN-Rev: 18337
2005-07-22 22:52:21 +00:00
Ram Viswanadha
a065ba1ab2
ICU-4563 fix a bug
...
X-SVN-Rev: 18336
2005-07-22 22:50:14 +00:00
Ram Viswanadha
ab6766a56d
ICU-4563 fix a bug
...
X-SVN-Rev: 18335
2005-07-22 22:16:40 +00:00
Ram Viswanadha
10ccdc1156
ICU-4563 fix a bug
...
X-SVN-Rev: 18334
2005-07-22 22:16:23 +00:00
Eric Mader
d975837bef
ICU-4338 Fixed bungled comment.
...
X-SVN-Rev: 18333
2005-07-22 21:50:45 +00:00