Commit Graph

11719 Commits

Author SHA1 Message Date
Alan Liu
dacd3a9b0a ICU-3659 make max year 1-based
X-SVN-Rev: 15591
2004-05-27 21:50:53 +00:00
Alan Liu
d14428ac18 ICU-3659 catch out-of-bounds array indices but do *not* attempt to enforce calendar min/max limits
X-SVN-Rev: 15589
2004-05-27 21:00:21 +00:00
Alan Liu
00e5f7eeda ICU-3659 fix typo
X-SVN-Rev: 15588
2004-05-27 20:40:17 +00:00
Alan Liu
76b0325a05 ICU-3659 update year limits
X-SVN-Rev: 15587
2004-05-27 20:39:56 +00:00
Alan Liu
8be9a28c55 ICU-3659 Koryaku era was in wrong place and handleGetLimit was broken
X-SVN-Rev: 15586
2004-05-27 20:39:23 +00:00
Alan Liu
f8975eb469 ICU-3659 Koryaku era was in wrong place
X-SVN-Rev: 15585
2004-05-27 20:38:53 +00:00
Alan Liu
5c089e8e0c ICU-3659 restore correct DOM limit of 30
X-SVN-Rev: 15584
2004-05-27 20:37:32 +00:00
Alan Liu
035d42f250 ICU-3659 add() should complete fields first
X-SVN-Rev: 15583
2004-05-27 20:36:52 +00:00
George Rhoten
1fa6dc6401 ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15582
2004-05-27 18:06:17 +00:00
George Rhoten
bb62110d55 ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15580
2004-05-27 17:56:11 +00:00
George Rhoten
9880130fb1 ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15579
2004-05-27 06:06:03 +00:00
George Rhoten
6118b21327 ICU-3741 Ignore the generated Doxyfile
X-SVN-Rev: 15578
2004-05-27 05:27:11 +00:00
George Rhoten
cc99ff54b4 ICU-3499 Add icuio documentation
X-SVN-Rev: 15577
2004-05-27 05:25:57 +00:00
George Rhoten
f543f0dbe1 ICU-3499 Improve some documentation
X-SVN-Rev: 15576
2004-05-27 05:24:44 +00:00
Alan Liu
4baf748f2c ICU-3659 changed max Islamic calendar DAY_OF_MONTH from 30 to 31
X-SVN-Rev: 15575
2004-05-27 04:36:01 +00:00
George Rhoten
6c416836d5 ICU-3499 Fix some scanf issues when width is specified for any string type.
X-SVN-Rev: 15574
2004-05-27 04:18:30 +00:00
Alan Liu
f30027fcca ICU-3664 replace unsafe casts to void* and int32_t with correct API calls
X-SVN-Rev: 15573
2004-05-27 02:11:08 +00:00
George Rhoten
d3fadfeb61 ICU-3499 Fix some EBCDIC issues.
X-SVN-Rev: 15571
2004-05-26 23:31:47 +00:00
George Rhoten
2ed4252e9d ICU-3499 Test for width of scanset, and fix some pointer math problems that appear on os/400.
X-SVN-Rev: 15569
2004-05-26 21:57:56 +00:00
George Rhoten
439ba60df3 ICU-3499 Test for width of scanset
X-SVN-Rev: 15568
2004-05-26 21:56:30 +00:00
Steven R. Loomis
00a33d7eae ICU-3780 add *_SO_TARGET to Makefile.inc
X-SVN-Rev: 15564
2004-05-26 20:39:29 +00:00
George Rhoten
2bd13a291a ICU-3499 Fix an EBCDIC issue.
X-SVN-Rev: 15563
2004-05-26 19:56:52 +00:00
George Rhoten
9e94e1ff84 ICU-3499 os/400 does not handle the dash as expected in sscanf scanset.
Move %[a-f] and similar tests to data driven tests.

X-SVN-Rev: 15562
2004-05-26 19:22:00 +00:00
George Rhoten
335a1b7296 ICU-3499 Fix an EBCDIC issue.
After some group discussion the u_fopen locale parameter should not affect the default codepage.

X-SVN-Rev: 15561
2004-05-26 19:09:33 +00:00
George Rhoten
0001ae60d0 ICU-3499 Fix an EBCDIC issue. Escape UTF-8 strings
X-SVN-Rev: 15560
2004-05-26 18:46:26 +00:00
George Rhoten
0bb1744bb8 ICU-3500 Remove some tabs.
X-SVN-Rev: 15559
2004-05-26 18:28:09 +00:00
George Rhoten
d013e32b73 ICU-3499 Allow testing to work with non-shared library mode.
X-SVN-Rev: 15557
2004-05-26 05:45:42 +00:00
George Rhoten
b72b158d57 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15551
2004-05-26 02:13:21 +00:00
George Rhoten
b8b164bb73 ICU-3718 Don't read before the array (Fix from Ram)
X-SVN-Rev: 15547
2004-05-25 23:36:03 +00:00
Vladimir Weinstein
f9d36f208d ICU-3100 collator <> identifier, bug fix
X-SVN-Rev: 15545
2004-05-25 23:00:52 +00:00
Deborah Goldsmith
f3c1821513 ICU-3699 CLDR 1.1 GMc changes from Apple
X-SVN-Rev: 15544
2004-05-25 22:43:48 +00:00
Alan Liu
f43b31c96e ICU-3477 clarify docs; add ICU4J instructions; add patch file regeneration instructions
X-SVN-Rev: 15543
2004-05-25 22:34:55 +00:00
Alan Liu
e81cc162aa ICU-3477 update Makefile to discover Olson version and pass it to tz2icu
X-SVN-Rev: 15542
2004-05-25 22:34:06 +00:00
Alan Liu
69acdb1b26 ICU-3477 fix country map problem; add Olson version to generated files
X-SVN-Rev: 15541
2004-05-25 22:33:16 +00:00
George Rhoten
ca065970ee ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15540
2004-05-25 21:53:47 +00:00
George Rhoten
a41f1ceabf ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15539
2004-05-25 21:19:18 +00:00
Alan Liu
10a918b62a ICU-3659 fix ZONE_OFFSET max limit to GMT+15 (was GMT+12) for Etc/GMT-14
X-SVN-Rev: 15536
2004-05-25 19:27:38 +00:00
George Rhoten
73fcc06147 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15535
2004-05-25 19:21:12 +00:00
George Rhoten
d6e26f5678 ICU-3499 Small speed improvement.
X-SVN-Rev: 15534
2004-05-25 19:10:07 +00:00
George Rhoten
a84276d001 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15533
2004-05-25 18:36:47 +00:00
George Rhoten
20b7083e48 ICU-3499 Use binary mode to prevent new line and codepage conversion by stdio.
X-SVN-Rev: 15532
2004-05-25 18:22:43 +00:00
George Rhoten
cec09fafaf ICU-3499 Increase code coverage.
X-SVN-Rev: 15531
2004-05-25 17:57:02 +00:00
George Rhoten
a5387ae39d ICU-3499 Fix printf va_list handling to get around some os/400 crashing issues.
Also add some possible performance improvements.

X-SVN-Rev: 15530
2004-05-25 17:00:01 +00:00
George Rhoten
e95cc00b7d ICU-3499 Fix printf va_list handling to get around some os/400 crashing issues
X-SVN-Rev: 15529
2004-05-25 16:59:00 +00:00
Steven R. Loomis
2ad377ab12 ICU-2487 test for ucol_getKeywordValues with incoming warning
X-SVN-Rev: 15527
2004-05-25 05:43:23 +00:00
Steven R. Loomis
dea3ffda73 ICU-2487 test for ures_openDirect with incoming warning
X-SVN-Rev: 15526
2004-05-25 05:41:55 +00:00
Steven R. Loomis
a92b8bdb8c ICU-2487 use a sub-status in ures_openDirect so an incoming warning doesn't turn into an error.
X-SVN-Rev: 15525
2004-05-25 05:41:20 +00:00
George Rhoten
5ba76644fa ICU-3650 Fix doxygen warnings
X-SVN-Rev: 15523
2004-05-25 03:23:31 +00:00
Steven R. Loomis
3358cf3077 ICU-2487 don't call uprv_tolower on calendar keywords. Removing a workaround to an old locale bug.
X-SVN-Rev: 15522
2004-05-25 00:44:19 +00:00
George Rhoten
612cb5982a ICU-3100 Add missing file
X-SVN-Rev: 15518
2004-05-24 23:50:45 +00:00
George Rhoten
9925b69c5c ICU-3718 Do faster string copying, and hopefully avoid any uninitialized reads
X-SVN-Rev: 15517
2004-05-24 23:35:35 +00:00
Vladimir Weinstein
7dab9028c4 ICU-3729 Uncomment some tests, fix compiler warnings
X-SVN-Rev: 15514
2004-05-24 22:17:31 +00:00
George Rhoten
2cc38d98db ICU-3659 Unambiguate Math::floorDivide call
X-SVN-Rev: 15513
2004-05-24 22:13:28 +00:00
Alan Liu
1a9c5cc6f4 ICU-3477 update to 2003e; fix country map problem
X-SVN-Rev: 15512
2004-05-24 22:11:55 +00:00
Vladimir Weinstein
d45f502825 ICU-3100 collator <> identifier, short string implementation
X-SVN-Rev: 15511
2004-05-24 22:11:31 +00:00
Vladimir Weinstein
c1d8c7c551 ICU-3100 collator <> identifier, short string tests
X-SVN-Rev: 15510
2004-05-24 22:08:38 +00:00
Vladimir Weinstein
99200b1bf5 ICU-3729 More tests for pinyin rules
X-SVN-Rev: 15509
2004-05-24 22:07:40 +00:00
George Rhoten
12e3c5a61c ICU-3718 Fix a typo
X-SVN-Rev: 15507
2004-05-24 21:34:22 +00:00
George Rhoten
be140628f9 ICU-3718 Don't crash when file can't be written
X-SVN-Rev: 15506
2004-05-24 21:31:45 +00:00
Vladimir Weinstein
13cab794d3 ICU-3718 change intltest and cintltst to relocatable exes. Purify seems to like it better.
X-SVN-Rev: 15505
2004-05-24 21:00:56 +00:00
Alan Liu
709a441e9f ICU-3748 fix strchr reading past end of string
X-SVN-Rev: 15504
2004-05-24 20:48:05 +00:00
Alan Liu
a1b393c257 ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
X-SVN-Rev: 15502
2004-05-24 20:32:59 +00:00
George Rhoten
59a80825d0 ICU-3718 Don't crash when data is not present
X-SVN-Rev: 15501
2004-05-24 20:28:32 +00:00
Alan Liu
0bfd502d22 ICU-3659 temporarily disable...
X-SVN-Rev: 15498
2004-05-24 17:36:53 +00:00
George Rhoten
3a74c75e2f ICU-3718 Don't crash on slow machines
X-SVN-Rev: 15497
2004-05-24 17:11:40 +00:00
George Rhoten
42e5615866 ICU-2487 Don't use ::tolower. It will fail on tr_TR localized machines. Use uprv_tolower.
X-SVN-Rev: 15496
2004-05-24 17:01:12 +00:00
George Rhoten
7e456fd7c3 ICU-3499 Add some documentation
X-SVN-Rev: 15495
2004-05-24 06:02:46 +00:00
Alan Liu
efa0aef669 ICU-3659 compute as double to avoid overflow
X-SVN-Rev: 15494
2004-05-24 06:01:13 +00:00
Alan Liu
d08db4a33f ICU-3659 assert values are in range before using them to index arrays
X-SVN-Rev: 15493
2004-05-24 05:59:54 +00:00
George Rhoten
046c30de34 ICU-3499 Fix a one off issue.
X-SVN-Rev: 15492
2004-05-24 02:49:33 +00:00
George Rhoten
7cf9ea9880 ICU-3499 Improve the TODO list, and fix some documentation
X-SVN-Rev: 15491
2004-05-24 02:47:41 +00:00
George Rhoten
5f099a985c ICU-3772 Add some zh_Hans/zh_Hant aliases as needed.
X-SVN-Rev: 15490
2004-05-24 02:06:53 +00:00
George Rhoten
77ae20ad84 ICU-3659 Unambiuate Math::floorDivide call.
X-SVN-Rev: 15489
2004-05-22 01:41:31 +00:00
George Rhoten
ceab799074 ICU-3499 Fix memory leak
X-SVN-Rev: 15488
2004-05-22 01:39:54 +00:00
Steven R. Loomis
66155114b9 ICU-3301 weekend data in wrong location..
X-SVN-Rev: 15479
2004-05-21 22:48:00 +00:00
George Rhoten
bcfe0a1d78 ICU-3499 Allow the other tests to finish if iotest doesn't work.
X-SVN-Rev: 15478
2004-05-21 22:36:39 +00:00
George Rhoten
73656228e0 ICU-3389 Allow building in directories with a space in the directory name.
X-SVN-Rev: 15477
2004-05-21 22:29:30 +00:00
Philips Benjamin
0628b5df9c ICU-3699 fix data bug noted in CLDR#73
X-SVN-Rev: 15475
2004-05-21 21:43:08 +00:00
Steven R. Loomis
ba626310fb ICU-3301 moving data from J to C
X-SVN-Rev: 15471
2004-05-21 21:20:20 +00:00
George Rhoten
65bca94c6e ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15468
2004-05-21 20:52:04 +00:00
George Rhoten
341b3ef174 ICU-3719 Don't export some variables and make some const.
X-SVN-Rev: 15467
2004-05-21 20:48:36 +00:00
George Rhoten
86b860de09 ICU-3499 Fix a typo
X-SVN-Rev: 15466
2004-05-21 20:47:36 +00:00
George Rhoten
104f4e2376 ICU-3719 Regenerate urename.h with the proper copyright from libraries in their current locations
X-SVN-Rev: 15465
2004-05-21 20:39:18 +00:00
George Rhoten
59a662b996 ICU-3719 Regenerate urename.h
X-SVN-Rev: 15464
2004-05-21 20:37:50 +00:00
Alan Liu
390b02ec5b ICU-3659 add test and fix for udat_format failing with extreme dates (circa 10^27)
X-SVN-Rev: 15463
2004-05-21 20:25:52 +00:00
George Rhoten
8dfc0c46ac ICU-3499 Increase code coverage.
X-SVN-Rev: 15461
2004-05-21 18:59:49 +00:00
George Rhoten
3536695b54 ICU-3499 Test iotest when icuio is available for testing.
X-SVN-Rev: 15458
2004-05-21 18:22:39 +00:00
George Rhoten
0dd1c6e8c1 ICU-3039 Fix for z/OS
X-SVN-Rev: 15457
2004-05-21 18:09:14 +00:00
George Rhoten
193b323d83 ICU-2242 Remove the -a aCC argument. Old machines can't handle it.
X-SVN-Rev: 15455
2004-05-21 17:31:55 +00:00
George Rhoten
c59fb8d884 ICU-3389 Rename test import library
X-SVN-Rev: 15454
2004-05-21 17:15:31 +00:00
George Rhoten
2ea2f356c6 ICU-3100 Fix for z/OS
X-SVN-Rev: 15453
2004-05-21 17:14:35 +00:00
George Rhoten
df8374da27 ICU-2421 Fix for z/OS
X-SVN-Rev: 15452
2004-05-21 17:14:06 +00:00
Vladimir Weinstein
980f17b643 ICU-3100 More implementation of identifier <> collator functions
X-SVN-Rev: 15451
2004-05-21 06:56:06 +00:00
George Rhoten
53521f4ed5 ICU-3499 Remove redundant/unused code
X-SVN-Rev: 15448
2004-05-20 23:55:42 +00:00
George Rhoten
899b900556 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15447
2004-05-20 23:54:37 +00:00
Philips Benjamin
422095d5a4 ICU-3699 fix data bug noted in CLDR#74
X-SVN-Rev: 15446
2004-05-20 23:48:18 +00:00
Philips Benjamin
62f3a7613f ICU-3699 fix data bug noted in CLDR#20
X-SVN-Rev: 15445
2004-05-20 22:16:49 +00:00
George Rhoten
03512fe86d ICU-3499 Mirror more of the printf implementation in case it has to be merged even more.
X-SVN-Rev: 15444
2004-05-20 22:16:12 +00:00
Alan Liu
7816d4e3c4 ICU-3659 incidental cleanup
X-SVN-Rev: 15443
2004-05-20 22:02:34 +00:00
Alan Liu
f503bc6a8e ICU-3659 fix docs
X-SVN-Rev: 15442
2004-05-20 22:02:08 +00:00
George Rhoten
bdd46debb0 ICU-3718 Fix a memory initialization error
X-SVN-Rev: 15439
2004-05-20 21:14:06 +00:00
Vladimir Weinstein
4aeaaed375 ICU-3100 Implementation of identifier <> collator functions
X-SVN-Rev: 15437
2004-05-20 21:03:31 +00:00
George Rhoten
c50f3f86bd ICU-3080 Add era and ampm
X-SVN-Rev: 15435
2004-05-20 20:31:27 +00:00
George Rhoten
502f981e13 ICU-3499 Fix for os/400
X-SVN-Rev: 15433
2004-05-20 18:22:41 +00:00
Steven R. Loomis
fa93449437 ICU-3774 remove ja_JP_TRADITIONAL and th_TH_TRADITIONAL
X-SVN-Rev: 15432
2004-05-20 18:22:25 +00:00
George Rhoten
607e98f113 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15431
2004-05-20 18:22:13 +00:00
George Rhoten
7a13cf6dca ICU-3499 Increase code coverage
X-SVN-Rev: 15430
2004-05-20 18:21:41 +00:00
George Rhoten
f22754d1de ICU-3080 Add era and ampm
X-SVN-Rev: 15425
2004-05-20 17:07:58 +00:00
George Rhoten
2b2a9d5c69 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15424
2004-05-20 16:42:08 +00:00
George Rhoten
9688ed753d ICU-3499 Increase code coverage
X-SVN-Rev: 15423
2004-05-20 06:07:45 +00:00
George Rhoten
d8905a5d1e ICU-3499 Fix setLocale argument order
X-SVN-Rev: 15422
2004-05-20 05:34:23 +00:00
Alan Liu
8f6fe7cb59 ICU-3748 patch LocaleUtility::canonicalLocaleString to work *a little* better -- temporary fix!
X-SVN-Rev: 15421
2004-05-20 03:51:02 +00:00
Eric Mader
6649d6d238 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15420
2004-05-20 00:23:13 +00:00
Eric Mader
57bb90bd7f ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15419
2004-05-20 00:15:42 +00:00
Eric Mader
88ab56744b ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15418
2004-05-19 23:50:15 +00:00
Eric Mader
7b69a50f45 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15417
2004-05-19 23:48:47 +00:00
Alan Liu
801b7f6f5a ICU-3748 add test cases
X-SVN-Rev: 15416
2004-05-19 23:09:12 +00:00
Alan Liu
89e381736c ICU-3748 don't remap "" with keywords; cleanup; fix buffer handling
X-SVN-Rev: 15415
2004-05-19 22:57:40 +00:00
Eric Mader
004268d484 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15414
2004-05-19 21:36:51 +00:00
Eric Mader
c5705d3767 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15413
2004-05-19 21:19:13 +00:00
Eric Mader
e790752e81 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15412
2004-05-19 20:59:59 +00:00
Eric Mader
abefef5844 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15411
2004-05-19 20:42:44 +00:00
Eric Mader
ebecbcc11d ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15410
2004-05-19 20:18:43 +00:00
George Rhoten
15ebb51971 ICU-3773 Allow users to specify CXXFLAGS and LDFLAGS for Solaris gcc
X-SVN-Rev: 15409
2004-05-19 19:03:54 +00:00
George Rhoten
25a36a641f ICU-3500 Undo last change
X-SVN-Rev: 15408
2004-05-19 19:02:31 +00:00
George Rhoten
867ccf56d4 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15407
2004-05-19 18:59:35 +00:00
George Rhoten
319c409205 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15406
2004-05-19 18:49:54 +00:00
Alan Liu
cb65962ab6 ICU-3500 fix msvc6 warnings
X-SVN-Rev: 15405
2004-05-19 17:28:20 +00:00
Steven R. Loomis
de66112963 ICU-2487 NULL -> '\0'
X-SVN-Rev: 15404
2004-05-19 15:44:12 +00:00
Steven R. Loomis
205d2d29aa ICU-3748 remove //
X-SVN-Rev: 15403
2004-05-19 15:40:28 +00:00
George Rhoten
cdb62c7c6a ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15402
2004-05-19 06:28:40 +00:00
George Rhoten
f2bca97241 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15401
2004-05-19 06:18:41 +00:00
George Rhoten
bbc7043dbf ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15400
2004-05-19 06:13:31 +00:00
George Rhoten
4d51e9a494 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15398
2004-05-19 04:59:12 +00:00
George Rhoten
f652a3aec7 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15397
2004-05-19 04:30:45 +00:00
Ram Viswanadha
9cc0f7b308 ICU-3737 synchronize translit rules with ICU4J
X-SVN-Rev: 15395
2004-05-19 04:17:37 +00:00
George Rhoten
6f1f6cf374 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15394
2004-05-19 04:01:34 +00:00
Vladimir Weinstein
854360738c ICU-3699 More problems with the wrong test. Needed \\u instead of \u
X-SVN-Rev: 15392
2004-05-19 00:31:51 +00:00
George Rhoten
6ff0093be3 ICU-3499 Increase code coverage
X-SVN-Rev: 15391
2004-05-19 00:28:28 +00:00
Ram Viswanadha
86383275f3 ICU-2487 fix for getLocale()
X-SVN-Rev: 15390
2004-05-18 23:08:35 +00:00
Ram Viswanadha
a3525e0254 ICU-3764 remove collations
X-SVN-Rev: 15389
2004-05-18 22:50:30 +00:00
George Rhoten
6798801659 ICU-3682 Fix for os/400
X-SVN-Rev: 15388
2004-05-18 22:20:16 +00:00
Steven R. Loomis
5ea1528081 ICU-2487 fix for getLocale()
X-SVN-Rev: 15387
2004-05-18 22:19:54 +00:00
Ram Viswanadha
2216869430 ICU-3764 undo changes
X-SVN-Rev: 15386
2004-05-18 22:03:55 +00:00
Eric Mader
14fbb48bf9 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15385
2004-05-18 22:01:41 +00:00
Alan Liu
efb6226a7a ICU-3748 remove U_ASSERT
X-SVN-Rev: 15384
2004-05-18 21:46:38 +00:00
Ram Viswanadha
5fa6f4724a ICU-3764 fixed tests so that it looks for data in the correct location
X-SVN-Rev: 15383
2004-05-18 21:39:18 +00:00
Ram Viswanadha
0c02fd7436 ICU-3764 fixed data for de_BE and fa_AF
X-SVN-Rev: 15382
2004-05-18 21:36:56 +00:00
Steven R. Loomis
a363606f4e ICU-2487 simplify basic calendar factory.
X-SVN-Rev: 15381
2004-05-18 21:35:50 +00:00
Ram Viswanadha
68f87685c3 ICU-3301 add a tool for generating the data jar file
X-SVN-Rev: 15380
2004-05-18 21:33:21 +00:00