Commit Graph

12847 Commits

Author SHA1 Message Date
Markus Scherer
056630b8fd ICU-4497 u_init() is not necessary any more for thread safety, and loads the converter alias table instead of the Unicode properties files (whose data is now hardcoded)
X-SVN-Rev: 17541
2005-05-03 22:59:01 +00:00
Markus Scherer
a07a650035 ICU-4497 hardcode unorm.icu data rather than loading it
X-SVN-Rev: 17540
2005-05-03 22:47:46 +00:00
George Rhoten
cc6c4665cb ICU-4424 Update the current state of aliases.
cp867 can mean turkish, but ibm-867 is hebrew.  cp867 isn't recognize by most platforms.
cp125* aliases are actually used by Java and not Windows

X-SVN-Rev: 17538
2005-05-03 20:52:37 +00:00
George Rhoten
37b9c8459e ICU-4450 Confirmed with ISO4217 documentation that IRR has fraction digits == 2 and not 0.
X-SVN-Rev: 17536
2005-05-03 17:32:43 +00:00
Markus Scherer
b83dda29e5 ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17532
2005-04-30 03:16:28 +00:00
Markus Scherer
cad9e84aba ICU-4497 hardcode uprops.icu data rather than loading it
X-SVN-Rev: 17531
2005-04-30 03:06:58 +00:00
Markus Scherer
d5a7851861 ICU-4497 add --csource to usage text
X-SVN-Rev: 17527
2005-04-29 23:35:00 +00:00
George Rhoten
031e4f244e ICU-4450 sync data with CLDR.
X-SVN-Rev: 17525
2005-04-29 21:28:18 +00:00
George Rhoten
745cc56357 ICU-4499 The lookup should find ti but not tig
X-SVN-Rev: 17522
2005-04-29 17:54:20 +00:00
Markus Scherer
b73374c419 ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17520
2005-04-28 23:51:52 +00:00
Markus Scherer
563b672bcc ICU-4497 add const to use of UCaseProps singleton
X-SVN-Rev: 17519
2005-04-28 23:50:15 +00:00
Markus Scherer
677be4d35d ICU-4497 add const to use of UBiDiProps singleton
X-SVN-Rev: 17518
2005-04-28 23:48:25 +00:00
Markus Scherer
e23948eb23 ICU-4497 hardcode ubidi.icu data rather than loading it
X-SVN-Rev: 17517
2005-04-28 23:40:50 +00:00
Markus Scherer
4305150a0b ICU-4497 add const to use of UCaseProps singleton
X-SVN-Rev: 17516
2005-04-28 23:38:06 +00:00
Markus Scherer
cfa2ddc411 ICU-4497 add const to use of UCaseProps singleton
X-SVN-Rev: 17515
2005-04-28 21:54:57 +00:00
Markus Scherer
7ca0abb626 ICU-4497 export utrie_defaultGetFoldingOffset() outside of utrie.c
X-SVN-Rev: 17514
2005-04-28 21:53:38 +00:00
Markus Scherer
394da51c6c ICU-4497 hardcode ucase.icu data rather than loading it
X-SVN-Rev: 17513
2005-04-28 21:42:59 +00:00
Markus Scherer
c221b8a32b ICU-4497 write more directly runtime-usable data source code
X-SVN-Rev: 17512
2005-04-28 17:16:11 +00:00
Markus Scherer
6de7e340cf ICU-4497 more flexible data source code writing functions
X-SVN-Rev: 17511
2005-04-28 17:15:46 +00:00
Markus Scherer
42dd6c4e8d ICU-4497 write a .c file with hardcoded Unicode character data
X-SVN-Rev: 17510
2005-04-28 04:32:50 +00:00
Markus Scherer
9e9e7cffbe ICU-4497 add writesrc.h/.c with utility functions for writing source code for hardcoded data
X-SVN-Rev: 17509
2005-04-28 04:30:47 +00:00
George Rhoten
1569d70e47 ICU-4450 sync data with CLDR.
X-SVN-Rev: 17508
2005-04-27 22:48:45 +00:00
Andy Heninger
39242a6f44 ICU-4496 improve API docs for ucol_getUnsafeSet
X-SVN-Rev: 17507
2005-04-27 16:03:17 +00:00
Steven R. Loomis
861b241e93 ICU-2967 merged CVS root update. Document which search files are which.
X-SVN-Rev: 17505
2005-04-25 23:47:25 +00:00
Andy Heninger
9ce9eda382 ICU-4157 Fix line_th rbbi rules to use new line break char properties.
X-SVN-Rev: 17501
2005-04-23 00:03:52 +00:00
Andy Heninger
504c1776d5 ICU-4157 Add text boundary test files from the Unicode site.
X-SVN-Rev: 17500
2005-04-22 21:49:52 +00:00
Markus Scherer
9a02425f60 ICU-4011 disambiguate character constant to UChar
X-SVN-Rev: 17498
2005-04-20 22:37:42 +00:00
Markus Scherer
a1df000b13 ICU-4334 final Unicode 4.1 data
X-SVN-Rev: 17494
2005-04-20 18:41:46 +00:00
George Rhoten
49170b2566 ICU-4450 Partial sync with CLDR beta to reduce the number of failing tests
X-SVN-Rev: 17493
2005-04-20 00:56:39 +00:00
George Rhoten
125d2d5ab7 ICU-4450 Partial sync with CLDR beta to reduce the number of failing tests
X-SVN-Rev: 17492
2005-04-20 00:20:12 +00:00
George Rhoten
6e29d1c78c ICU-4450 sync data with CLDR.
X-SVN-Rev: 17491
2005-04-19 23:45:17 +00:00
George Rhoten
971c5d481b ICU-4450 sync data with CLDR.
X-SVN-Rev: 17490
2005-04-19 18:57:07 +00:00
Markus Scherer
34c1a190b5 ICU-4011 add namespace and forward declaration
X-SVN-Rev: 17489
2005-04-18 22:49:23 +00:00
Markus Scherer
cd4ea6fd23 ICU-4011 some Unixes need to link programs explicitly with the i18n library when using toolutil
X-SVN-Rev: 17488
2005-04-18 21:16:37 +00:00
Markus Scherer
d2aeb6f1cb ICU-4011 need to put i18n on include path
X-SVN-Rev: 17487
2005-04-18 19:39:26 +00:00
Markus Scherer
1782967718 ICU-4011 bug fix in parseFile()
X-SVN-Rev: 17486
2005-04-18 15:48:48 +00:00
Markus Scherer
e37a743281 ICU-4011 add tiny XML parser to toolutil library
X-SVN-Rev: 17485
2005-04-17 23:58:53 +00:00
Markus Scherer
59e030b4a5 ICU-4399 fix simple case folding of U+0130: simple-case-folds to itself because it's not mentioned in CaseFolding.txt
X-SVN-Rev: 17484
2005-04-17 17:51:49 +00:00
Markus Scherer
6c4ccc015e ICU-4399 fix simple case folding of U+0130: simple-case-folds to itself because it's not mentioned in CaseFolding.txt
X-SVN-Rev: 17482
2005-04-16 05:18:18 +00:00
Markus Scherer
8ec2837d6b ICU-4399 compare ICU case folding with all of CaseFolding.txt
X-SVN-Rev: 17481
2005-04-16 05:16:50 +00:00
George Rhoten
9ed71f7085 ICU-4480 Fix some optimization flag typos
X-SVN-Rev: 17477
2005-04-13 19:26:58 +00:00
George Rhoten
cc7f22046e ICU-3229 Pass in LDFLAGS properly for i5/OS.
X-SVN-Rev: 17470
2005-04-08 00:04:08 +00:00
Eric Mader
0e9c21e7e9 ICU-4354 remove tabs.
X-SVN-Rev: 17467
2005-04-06 00:38:48 +00:00
George Rhoten
ae64d54339 ICU-4424 Add the updated ISO-8859-7:2003 mapping table.
X-SVN-Rev: 17465
2005-04-05 20:55:26 +00:00
George Rhoten
d8708f6a8f ICU-4189 Possible fix for odd header configuration problems on HP-UX
X-SVN-Rev: 17464
2005-04-05 20:44:00 +00:00
Eric Mader
b71e586f1b ICU-4354 (update copyright date)
X-SVN-Rev: 17463
2005-04-05 20:18:26 +00:00
Eric Mader
e904300468 ICU-4354 Add dataerr(), dataerrln() to intltest.
X-SVN-Rev: 17462
2005-04-05 20:12:22 +00:00
George Rhoten
a2db9edd4e ICU-4469 Fix Shift_JIS checking in tsconv/stdnmtst/TestCanonicalName
X-SVN-Rev: 17456
2005-04-01 22:58:35 +00:00
George Rhoten
74308f6729 ICU-4468 Fix for gcc 4.
X-SVN-Rev: 17453
2005-04-01 22:50:37 +00:00
George Rhoten
3ebe4ce12e ICU-4450 CDT is a wrong translation for the short timezone identifier.
Remove it until a proper translation can be found. Data is still in CLDR, but it's commented out.

X-SVN-Rev: 17451
2005-04-01 21:41:15 +00:00
George Rhoten
f9ee28891d ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
Separate LocaleUtility into its own API.

X-SVN-Rev: 17449
2005-04-01 16:42:10 +00:00
Vladimir Weinstein
5bc81439bc ICU-4122 more tests for xpath
X-SVN-Rev: 17448
2005-04-01 07:59:38 +00:00
Vladimir Weinstein
ac51e19921 ICU-4122 change xpath convention from '//' to '/LOCALE/' and make it actually follow fallback
X-SVN-Rev: 17447
2005-04-01 07:57:40 +00:00
Eric Mader
976433d4a4 ICU-4465 Change TestExhaustive to try the character with and without u+0345.
X-SVN-Rev: 17442
2005-04-01 01:14:25 +00:00
Eric Mader
e740bb110c ICU-4466 Convert citer.cpp to use ustio.
X-SVN-Rev: 17435
2005-03-31 20:53:52 +00:00
Eric Mader
a03724d8d7 ICU-4172 updated Arabic and Hebrew mark order.
X-SVN-Rev: 17433
2005-03-31 19:20:35 +00:00
Eric Mader
5997f5c628 ICU-4466 update samples for ICU 3.3
X-SVN-Rev: 17432
2005-03-31 19:19:21 +00:00
Eric Mader
d0f1a428a7 ICU-4466 Add uciter8 sample.
X-SVN-Rev: 17431
2005-03-31 19:15:57 +00:00
Andy Heninger
2b714f2bce ICU-4157 Word Break, fix problem with CR <combining> sequences
X-SVN-Rev: 17427
2005-03-31 01:45:27 +00:00
Ram Viswanadha
3fdcb27040 ICU-4390 tests for api
X-SVN-Rev: 17424
2005-03-31 00:19:21 +00:00
George Rhoten
d5c19b276a ICU-4296 Fix a version mistake
X-SVN-Rev: 17423
2005-03-30 23:14:31 +00:00
George Rhoten
98a1c52e09 ICU-4351 Allow data to be built from a .dat archive from the non-native endianess/charset
X-SVN-Rev: 17420
2005-03-30 06:04:37 +00:00
George Rhoten
96d3a0bdea ICU-4351 Ignore the new in directory.
X-SVN-Rev: 17418
2005-03-29 22:51:59 +00:00
George Rhoten
05cb359277 ICU-4461 Add detection for something else that is like en_US_POSIX on i5/OS.
X-SVN-Rev: 17417
2005-03-29 21:58:43 +00:00
Markus Scherer
209c1cc6b3 ICU-4143 fix grammar in api doc
X-SVN-Rev: 17408
2005-03-28 18:37:28 +00:00
George Rhoten
8df4c1c053 ICU-4189 Fix for UCONFIG_NO_CONVERSION.
X-SVN-Rev: 17406
2005-03-28 05:38:11 +00:00
Andy Heninger
a992612ff4 ICU-4157 Add compatibility with earlier compiled break rules, in addition to the new format for Unicode 4.1
X-SVN-Rev: 17405
2005-03-28 05:21:50 +00:00
George Rhoten
f4130d74f3 ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
Separate LocaleUtility into its own API.

X-SVN-Rev: 17404
2005-03-28 05:12:13 +00:00
George Rhoten
9e4b5d1127 ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17401
2005-03-26 15:55:57 +00:00
George Rhoten
599dbb508c ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17399
2005-03-25 23:24:47 +00:00
George Rhoten
8903eae414 ICU-4425 Fix a variable name typo
X-SVN-Rev: 17397
2005-03-25 19:38:41 +00:00
George Rhoten
91e1898ce9 ICU-4189 Fix for UCONFIG_NO_CONVERSION
X-SVN-Rev: 17396
2005-03-25 19:34:34 +00:00
George Rhoten
50edb1dedd ICU-4461 Allow EBCDIC machines to declare UTF-16 strings.
Add detection for something else that is like en_US_POSIX.

X-SVN-Rev: 17395
2005-03-25 19:24:20 +00:00
George Rhoten
b534c0bffc ICU-4461 Allow EBCDIC machines to declare UTF-16 strings
X-SVN-Rev: 17394
2005-03-25 18:58:42 +00:00
George Rhoten
397d71b7b3 ICU-4351 Fix the help text
X-SVN-Rev: 17393
2005-03-25 18:09:01 +00:00
George Rhoten
f303870215 ICU-4351 Allow data to be built from a .dat archive.
X-SVN-Rev: 17392
2005-03-25 18:07:50 +00:00
George Rhoten
1ef9ce4649 ICU-4351 Fix for Unix
X-SVN-Rev: 17390
2005-03-25 16:38:59 +00:00
George Rhoten
296c4ce9bb ICU-4351 Allow data to be built from a .dat archive.
X-SVN-Rev: 17389
2005-03-25 05:40:51 +00:00
George Rhoten
9d88c78dfc ICU-4351 Fix decmn so that an archive can be taken apart and put back together without special makefile code.
X-SVN-Rev: 17388
2005-03-25 04:35:07 +00:00
Andy Heninger
6fbe41a6ca ICU-4157 Unicode 4.1 RBBI rule updates + required implementation fixes
X-SVN-Rev: 17387
2005-03-25 00:56:00 +00:00
George Rhoten
b6b99a8083 ICU-4378 Fix incorrect time calculation for uprv_getUTCtime.
Keep code commented out for now.

X-SVN-Rev: 17378
2005-03-23 07:45:55 +00:00
Andy Heninger
cd85b65d35 ICU-4157 Unicode 4.1 RBBI rule updates + required implementation fixes
X-SVN-Rev: 17376
2005-03-23 02:13:53 +00:00
George Rhoten
528569a151 ICU-4421 Fix Solaris x86 compile failures when building the data
library.

X-SVN-Rev: 17373
2005-03-22 18:47:21 +00:00
George Rhoten
b99a578711 ICU-4450 Manually update some of the currency data from CLDR
X-SVN-Rev: 17372
2005-03-22 04:50:49 +00:00
George Rhoten
7dc1243a75 ICU-4420 Make ICU work with Cygwin and MSVC 6 on Windows 98.
X-SVN-Rev: 17371
2005-03-22 03:37:06 +00:00
Ram Viswanadha
9f89ff2961 ICU-4450 synch data with CLDR 1.3-alpha
X-SVN-Rev: 17370
2005-03-22 01:38:18 +00:00
Ram Viswanadha
5cdd61a345 ICU-4450 synch data with CLDR 1.3-alpha
X-SVN-Rev: 17369
2005-03-22 01:25:51 +00:00
George Rhoten
db27dfd692 ICU-4092 Fix for i5/OS
X-SVN-Rev: 17367
2005-03-22 00:46:20 +00:00
George Rhoten
ace10cb258 ICU-4386 Fix an EBCDIC bug and a problem with using memset on UChars when u_memset was meant.
X-SVN-Rev: 17366
2005-03-22 00:41:46 +00:00
George Rhoten
0e704e1520 ICU-4420 Fix a typo from the last change.
X-SVN-Rev: 17365
2005-03-22 00:11:20 +00:00
George Rhoten
9d64bf4384 ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
X-SVN-Rev: 17364
2005-03-21 18:16:49 +00:00
George Rhoten
21a7dba7c3 ICU-4440 Fix a typo
X-SVN-Rev: 17363
2005-03-21 18:11:56 +00:00
George Rhoten
e108966fe7 ICU-4438 Fix building the individual objects of a shared library when the genccode assembly isn't used.
DYNAMICCPPFLAGS and DYNAMICCFLAGS are only defined in dllmode.c and not sttcmode.c.

X-SVN-Rev: 17362
2005-03-20 13:53:04 +00:00
George Rhoten
c76c2efa6c ICU-3229 Pass in LDFLAGS properly for i5/OS.
X-SVN-Rev: 17359
2005-03-19 01:42:01 +00:00
Ram Viswanadha
15fd6cf1b9 ICU-4334 add timebomb for hebrew failure
X-SVN-Rev: 17358
2005-03-19 00:34:12 +00:00
George Rhoten
37227c3d2b ICU-3229 Pass in LDFLAGS properly for i5/OS.
X-SVN-Rev: 17357
2005-03-18 19:54:21 +00:00
George Rhoten
0f5e7481e8 ICU-4419 Fix incorrect dependency generation for MinGW and Cygwin.
X-SVN-Rev: 17356
2005-03-18 05:21:44 +00:00
George Rhoten
b379ce94c7 ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
X-SVN-Rev: 17353
2005-03-17 21:08:13 +00:00
Eric Mader
be687a5753 ICU-4172 reorder Hebrew marks.
X-SVN-Rev: 17351
2005-03-17 02:14:54 +00:00
Eric Mader
f57c82a12d ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00