Commit Graph

8668 Commits

Author SHA1 Message Date
Vladimir Weinstein
0fe85b9b9c ICU-1930 Added elements found by canonical closure of the UCA. Binary UCA is unchanged
X-SVN-Rev: 9153
2002-07-15 16:23:32 +00:00
George Rhoten
2482add08c ICU-1739 fix a memory leak
X-SVN-Rev: 9152
2002-07-15 15:28:25 +00:00
Mark Davis
323b80589c Fixed bug where "fixed" (not explicit in the main UCA table) items
were not being included in canonical closure for the fractional uca

X-SVN-Rev: 9151
2002-07-15 15:23:03 +00:00
Mark Davis
28aa343a73 ICU-1946 checked in tests for Arabic, Hebrew, Thai.
There are still a few niggling bugs left.

X-SVN-Rev: 9150
2002-07-15 01:26:18 +00:00
Mark Davis
c56bb42770 Checked in extra files...
X-SVN-Rev: 9149
2002-07-14 22:07:00 +00:00
Mark Davis
8ef5b33191 Added more smarts to the Han transliteration generation
X-SVN-Rev: 9148
2002-07-14 22:04:49 +00:00
Mark Davis
fd4aa97a47 ICU-1946 made a GUI for testing files
X-SVN-Rev: 9147
2002-07-14 22:03:24 +00:00
Mark Davis
b370582bc5 ICU-1946 cleaned up definitions, added copyright
X-SVN-Rev: 9146
2002-07-14 22:02:01 +00:00
George Rhoten
8d525d6c11 ICU-868 Add new API to enumerate all of the tagged aliases
X-SVN-Rev: 9145
2002-07-13 16:32:16 +00:00
George Rhoten
02aa4c915f ICU-1972 Convert the uenum API from C++ to C due to the C callbacks with the C/C++ compiler on z/OS
X-SVN-Rev: 9144
2002-07-13 16:31:03 +00:00
Vladimir Weinstein
923c56edd3 ICU-1948 Moved direct access APIs from public to private header until the next release
X-SVN-Rev: 9143
2002-07-13 05:36:27 +00:00
George Rhoten
60f40d3ffb ICU-1930 Mac OS X can't have buffers larger than 64KB on the stack.
X-SVN-Rev: 9142
2002-07-13 05:34:31 +00:00
Vladimir Weinstein
76fe3cef60 ICU-1930 Counting number of canonical closures and reporting any in genuca as a warning. Optimized canonical closure.
X-SVN-Rev: 9141
2002-07-13 05:24:35 +00:00
Mark Davis
abca07c079 ICU-1946 Add copyright notice
X-SVN-Rev: 9140
2002-07-13 03:36:59 +00:00
Mark Davis
25b8024152 ICU-1946 Add Thai transliteration. This also involves adding a temporary
internal class BreakTransliterator, and making a private API that let's people
register internal classes. The Demo program also has a bit of code in it to
print out a table; later this can be fixed up with a GUI.

X-SVN-Rev: 9139
2002-07-13 03:30:30 +00:00
Mark Davis
68cf89e697 ICU-1946 Add Thai transliteration. This also involves adding a temporary
internal class BreakTransliterator, and making a private API that let's people
register internal classes.

X-SVN-Rev: 9138
2002-07-13 03:27:09 +00:00
Doug Felt
cd02eb35f6 ICU-1981 remove NumberFormatRules bundles, RBNF now uses
LocaleElements data

X-SVN-Rev: 9137
2002-07-13 02:00:21 +00:00
Doug Felt
87faf64d44 ICU-1981 make rbnf use data from LocaleElements bundles instead of
NumberFormatRules bundles

X-SVN-Rev: 9136
2002-07-13 01:36:45 +00:00
Ram Viswanadha
ca0d44a527 ICU-1982 New localedata with Doug's changes
X-SVN-Rev: 9135
2002-07-13 01:17:05 +00:00
Markus Scherer
dc22926c40 ICU-1970 support huge numbers in u_getNumericValue()
X-SVN-Rev: 9134
2002-07-13 01:04:28 +00:00
Markus Scherer
94835669c2 ICU-1967 tighten utf-8 code, must not encode surrogate code points (unpaired surrogates) per unicode 3.2
X-SVN-Rev: 9133
2002-07-13 00:46:18 +00:00
George Rhoten
5dbda1eb5c ICU-868 Allow more converters
X-SVN-Rev: 9131
2002-07-12 23:55:31 +00:00
Doug Felt
8aae3e91ca ICU-1981 swedish data in ICU4C locales out of range for ICU4J
X-SVN-Rev: 9130
2002-07-12 22:27:21 +00:00
George Rhoten
32635ba9d2 ICU-1913 Comment part of the test out because the keys on EBCDIC machines sort differently, like as/400
X-SVN-Rev: 9129
2002-07-12 22:17:29 +00:00
Syn Wee Quek
ab097711d9 ICU-1897
collation tests

X-SVN-Rev: 9128
2002-07-12 22:08:36 +00:00
Syn Wee Quek
4d686cffdb ICU-1897
int trie builder

X-SVN-Rev: 9127
2002-07-12 22:02:06 +00:00
Syn Wee Quek
eae341aae7 ICU-1897
updated collator to synch with icu4c
* builder added
* ignores java modifier !
* allows rules to start with a non-token a < b
* unicode 3.2 updates
* thai reordering updated
* implicit values read from files

X-SVN-Rev: 9126
2002-07-12 21:59:23 +00:00
George Rhoten
26f21127b3 ICU-1891 Possible fix for z/OS.
X-SVN-Rev: 9125
2002-07-12 21:49:02 +00:00
George Rhoten
c85207afbd ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
2002-07-12 21:42:24 +00:00
Ram Viswanadha
dbd84a8451 ICU-1982 New localedata
X-SVN-Rev: 9123
2002-07-12 21:38:12 +00:00
Ram Viswanadha
9a1ac0fce6 ICU-1982 New implementation of Alias and redirected data
X-SVN-Rev: 9122
2002-07-12 21:32:53 +00:00
Ram Viswanadha
61ba0a2fdf ICU-1982 Test alias mechanism and types
X-SVN-Rev: 9121
2002-07-12 21:31:38 +00:00
Ram Viswanadha
957bb01b53 ICU-1982 Test data for alias mechanism and new types
X-SVN-Rev: 9120
2002-07-12 21:31:02 +00:00
George Rhoten
9aec93818e ICU-1972 Be nicer to the user by not crashing if the original open failed
X-SVN-Rev: 9119
2002-07-12 20:57:20 +00:00
Doug Felt
608e614f95 ICU-1981 synch up ICU4J and ICU4C test of swedish collation
X-SVN-Rev: 9118
2002-07-12 20:37:14 +00:00
Syn Wee Quek
27da46cea7 ICU-1897
synching up icu4j with icu4j
* updated docs for string search
* ignored java modifier !
* allows rules to start without strength or &

X-SVN-Rev: 9117
2002-07-12 20:33:01 +00:00
Helena Chapman
075c882906 ICU-1980 sync up with ICU4J.
X-SVN-Rev: 9116
2002-07-12 19:39:56 +00:00
George Rhoten
1bfae6b330 ICU-1913 Newer configure for as/400
X-SVN-Rev: 9115
2002-07-12 18:07:57 +00:00
George Rhoten
d00c3aa74a ICU-868 Fix for HP/UX
X-SVN-Rev: 9114
2002-07-12 18:06:28 +00:00
George Rhoten
2ff52f3b15 ICU-1913 Since os/400 has a partially working ar, we have this work around.
X-SVN-Rev: 9113
2002-07-12 17:46:54 +00:00
George Rhoten
806e71d789 ICU-1868 No need for two platform includes.
X-SVN-Rev: 9112
2002-07-12 16:31:04 +00:00
George Rhoten
7986040a27 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9111
2002-07-12 16:01:04 +00:00
Ram Viswanadha
525f969f4c ICU-1948 fix alias handling in the perl file
X-SVN-Rev: 9110
2002-07-12 05:18:15 +00:00
George Rhoten
2d0512330f ICU-1891 Update for z/OS. There is no need to mention the .cpp extension when compiling C files.
X-SVN-Rev: 9109
2002-07-12 02:24:04 +00:00
Andy Heninger
566fa58fff ICU-45 RBBI rule builder, fixed bug in handling of 'quoted' literals.
X-SVN-Rev: 9108
2002-07-12 01:30:23 +00:00
George Rhoten
f414b9c5d2 ICU-1891 Update for z/OS regarding U_CALLCONV.
All C callbacks should all be defined the same way.

X-SVN-Rev: 9107
2002-07-12 00:23:52 +00:00
George Rhoten
a6831798f8 ICU-1891 Update for z/OS
X-SVN-Rev: 9106
2002-07-11 23:56:54 +00:00
Mark Davis
b6fb82ff0e ICU-1980 fixed bugs in transliteration tests caused by change in U3.2 properties
X-SVN-Rev: 9105
2002-07-11 23:45:26 +00:00
Vladimir Weinstein
06e5522c10 ICU-1930 Renamed indirect name 'non-ignorable' to 'regular'. Added more tests for indirect positioning
X-SVN-Rev: 9104
2002-07-11 22:44:26 +00:00
Vladimir Weinstein
64a596c9e5 ICU-1930 Renamed indirect name 'non-ignorable' to 'regular'. Fixed problem with combining 'before' and indirect values.
X-SVN-Rev: 9103
2002-07-11 22:43:49 +00:00