Commit Graph

19269 Commits

Author SHA1 Message Date
George Rhoten
3d3856d9bc ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21594
2007-05-30 05:09:25 +00:00
George Rhoten
f560c6b644 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 21593
2007-05-30 04:53:51 +00:00
Andy Heninger
4ce1f511ec ICU-5722 add ICU tests for break test data from the Unicode web site.
X-SVN-Rev: 21592
2007-05-29 23:02:36 +00:00
Andy Heninger
7b8a6aebf4 ICU-5722 add ICU tests for break test data from the Unicode web site.
X-SVN-Rev: 21591
2007-05-29 22:56:20 +00:00
George Rhoten
91aba57938 ICU-5445 Possible fix of last change for non-Eclipse platforms.
X-SVN-Rev: 21590
2007-05-29 20:23:14 +00:00
George Rhoten
2140680584 ICU-5576 Add some more documentation
X-SVN-Rev: 21589
2007-05-29 17:00:54 +00:00
George Rhoten
2280a851bd ICU-5576 Change some z/OS optimization flags.
X-SVN-Rev: 21588
2007-05-29 16:24:01 +00:00
George Rhoten
8b4158e5a1 ICU-5576 Describe _MSE_PROTOS, NOCSECT, dll, xplink interaction.
X-SVN-Rev: 21587
2007-05-29 08:17:21 +00:00
John Emmons
21ad5f4698 ICU-5714 Use supplemental data for resolveParsedMetazone
X-SVN-Rev: 21586
2007-05-28 17:46:53 +00:00
Michael Ow
1a9b1dd09e ICU-5444 Added different versions of the ISCII Charset to the algorithmic charset list.
X-SVN-Rev: 21585
2007-05-24 20:22:25 +00:00
George Rhoten
d41610f479 ICU-5627 Fixes for Windows
X-SVN-Rev: 21583
2007-05-24 16:41:19 +00:00
Deborah Goldsmith
e7c563efb3 ICU-5627 Add uloc_getLocaleForLCID
X-SVN-Rev: 21579
2007-05-24 00:04:20 +00:00
Eric Mader
0784e0cdf8 ICU-5425 Add copyright strings to laiyout libraries.
X-SVN-Rev: 21578
2007-05-23 23:56:20 +00:00
Eric Mader
efd76e19f8 ICU-5073 Move initialization of folded string to private method, use that method to compare with another CaseInsensitiveString, fix copyright date.
X-SVN-Rev: 21576
2007-05-23 23:09:18 +00:00
Eric Mader
59379e9e9f ICU-3702 Update copyright date.
X-SVN-Rev: 21575
2007-05-23 22:48:36 +00:00
Eric Mader
9e6566c584 ICU-5073 Use UCharacter.foldCase for equals() method as well as hashCode(). Split case folding out to a static method, cache case folded string.
X-SVN-Rev: 21574
2007-05-23 22:39:47 +00:00
Eric Mader
1f1a5deb79 ICU-3702 Reorder declarations so that the ID constants can be used when defining the block instances; add test to verify that the id of each block instance matches it's index and name.
X-SVN-Rev: 21570
2007-05-22 20:40:47 +00:00
George Rhoten
c59b43b689 ICU-5445 Fix some default Ecplise warnings.
X-SVN-Rev: 21569
2007-05-21 23:33:29 +00:00
John Emmons
faee4af533 ICU-5676 Use supplemental data for resolving parsed metazone data
X-SVN-Rev: 21567
2007-05-21 21:07:01 +00:00
George Rhoten
0d10489b19 ICU-5445 Fix some default Ecplise warnings.
X-SVN-Rev: 21566
2007-05-21 20:25:26 +00:00
Michael Ow
2322038fbe ICU-5444 Update substitution character and max number of bytes per character.
X-SVN-Rev: 21564
2007-05-21 00:27:48 +00:00
John Emmons
8a925ac176 ICU-5713 Add supplementalData.res to data
X-SVN-Rev: 21561
2007-05-18 14:07:38 +00:00
Michael Ow
e16dc6ad4c ICU-5444 Fixed a few problems with Charset ISCII and implementing a work around to use instead of the goto statements in the C code. Added a framework of a test for the Charset ISCII.
X-SVN-Rev: 21559
2007-05-18 02:53:30 +00:00
John Emmons
1048ad92e1 ICU-5713 Build CLDR supplementalData for use in ICU
X-SVN-Rev: 21556
2007-05-17 22:21:48 +00:00
George Rhoten
65c333bb76 ICU-5516 Use a more accurate ISO-8859-8 table
X-SVN-Rev: 21555
2007-05-17 18:04:34 +00:00
George Rhoten
f5d8c129ee ICU-5626 Fix bad fprintf format specifier when warnings are turned into errors
X-SVN-Rev: 21554
2007-05-17 16:44:33 +00:00
George Rhoten
b277e47801 ICU-5694 Bopo shouldn't be used in zh_Hans, and it should match zh.
X-SVN-Rev: 21553
2007-05-17 16:35:34 +00:00
George Rhoten
4e4bf921b5 ICU-5516 Use a more accurate ISO-8859-8 table
X-SVN-Rev: 21552
2007-05-17 16:23:36 +00:00
Michael Ow
46f4f0d8bb ICU-5444 Added both encoder and decoder to ISCII Charset class. Still needs to be thoroughly tested and refined. Not yet ready to be used in anyway.
X-SVN-Rev: 21548
2007-05-16 21:02:13 +00:00
George Rhoten
e26c39039a ICU-5712 Compare against Windows Vista implementation, and update accordingly. This mainly covers Big5-HKSCS.
X-SVN-Rev: 21542
2007-05-15 22:10:19 +00:00
Michael Ow
90dcfef7fd ICU-5444 Added the ISCII charset with the correct class name. The code is incomplete and is not ready to be used.
X-SVN-Rev: 21541
2007-05-15 19:23:33 +00:00
Michael Ow
4749857f39 ICU-5444 Corrected the class name of ISCII Charset from CharsetISCI to CharsetISCII.
X-SVN-Rev: 21540
2007-05-15 19:12:48 +00:00
George Rhoten
c2980628d6 ICU-5566 Fix typo from last check-in.
X-SVN-Rev: 21539
2007-05-15 18:34:40 +00:00
Michael Ow
de3fc4c7b9 ICU-5444 Included ISCI converter in CharsetICU. Added the port of the converter for ISCI from ICU4C to ICU4J. The code is not complete and is not ready for any type of use or testing.
X-SVN-Rev: 21537
2007-05-15 16:42:14 +00:00
George Rhoten
a156a50e83 ICU-5234 Add ibm-720 for Windows console.
X-SVN-Rev: 21534
2007-05-14 23:12:01 +00:00
George Rhoten
342f6df323 ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 21523
2007-05-13 05:51:43 +00:00
George Rhoten
00ad76d06d ICU-5445 Fix some Eclipse warnings.
X-SVN-Rev: 21522
2007-05-13 04:52:19 +00:00
George Rhoten
26dba41dae ICU-5447 Add const to some methods
X-SVN-Rev: 21519
2007-05-12 07:47:39 +00:00
Michael Ow
f66b1f02e0 ICU-5444 The test for UTF-7 Converter has been updated to provide a more thorough test.
X-SVN-Rev: 21514
2007-05-11 21:43:44 +00:00
Michael Ow
1ce03348b4 ICU-5444 This is a port of the UTF-7 Charset Converter from ICU4C to ICU4J. It has been thoroughly tested and is ready to use.
X-SVN-Rev: 21513
2007-05-11 21:05:51 +00:00
Markus Scherer
6751276083 ICU-5707 fix u_strFromUTF8Lenient() for 2-byte UTF-8 in last 3 bytes of input
X-SVN-Rev: 21510
2007-05-10 20:40:35 +00:00
George Rhoten
c08fb2bcf0 ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21508
2007-05-10 06:52:39 +00:00
George Rhoten
7441cd008e ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21507
2007-05-10 06:49:56 +00:00
George Rhoten
4aeb88327c ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21506
2007-05-10 06:47:49 +00:00
George Rhoten
5c3a43a348 ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21505
2007-05-10 06:40:31 +00:00
George Rhoten
27fcfb7ef3 ICU-5234 Revert a few of the previous changes to use more of the original names & update a few tables.
X-SVN-Rev: 21504
2007-05-10 06:39:17 +00:00
Michael Ow
e369bd5510 ICU-5444 Added simple test case for UTF-7. It is not production ready quite yet. Will add more serious test cases.
X-SVN-Rev: 21498
2007-05-08 20:45:42 +00:00
Michael Ow
eeed45b152 ICU-5444 Update to UTF-7 converter which addresses the null replacement exception.
X-SVN-Rev: 21497
2007-05-08 17:53:07 +00:00
Michael Ow
7cfd3461e1 ICU-5444 Structural editing to conform with certain standard coding structures in ICU4J.
X-SVN-Rev: 21495
2007-05-07 20:44:39 +00:00
Michael Ow
ae82e4ca69 ICU-5444 Addition of UTF-7 to the list of algorithmic charsets in ICU.
X-SVN-Rev: 21494
2007-05-07 20:36:22 +00:00