Commit Graph

28 Commits

Author SHA1 Message Date
Andy Heninger
242e02c388 ICU-12764 icu4c utf-8 source files, update Copyright notices.
X-SVN-Rev: 39583
2017-01-20 00:20:31 +00:00
Michael Ow
61607c2773 ICU-12564 Update copyright notice in trunk
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126 ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f ICU-12564 Update copyright notice in ICU4C
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
George Rhoten
2cff43895e ICU-5410 Remove unused/untestable code
X-SVN-Rev: 21679
2007-06-08 22:31:20 +00:00
George Rhoten
f6860c5a75 ICU-3004 Transliterators can't do locale sensitive casing due to how the transliterator registry is used.
Remove any code that attempts to do locale sensitive casing.
Bug #4324 has been filed to properly add this feature.

X-SVN-Rev: 17024
2004-12-28 20:06:43 +00:00
Markus Scherer
29038e96b7 ICU-3969 use new case mapping code in ucase.c, with ucase.icu data
X-SVN-Rev: 16257
2004-09-06 15:57:11 +00:00
Markus Scherer
7620362878 ICU-4078 disentangle conversion and properties code some from other parts of the common library
X-SVN-Rev: 16202
2004-08-27 17:57:36 +00:00
George Rhoten
7d28c7c5c7 ICU-3862 Make sure that data isn't exported when it is only needed internally.
A linker warning on AIX brought this issue to my attention.

X-SVN-Rev: 16058
2004-07-19 21:33:03 +00:00
Eric Mader
a7def2c37f ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14193
2003-12-19 21:29:27 +00:00
George Rhoten
8a382db738 ICU-3222 Fix some compiler warnings according to Andy
X-SVN-Rev: 14025
2003-12-06 00:52:51 +00:00
George Rhoten
8e7a34ec49 ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
X-SVN-Rev: 13337
2003-10-07 15:49:47 +00:00
George Rhoten
492d57ac79 ICU-3221 Fix AIX linker warnings
X-SVN-Rev: 12997
2003-08-31 20:53:46 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
George Rhoten
ad040435c4 ICU-1962 Use uprv_malloc/uprv_free instead of new/delete.
X-SVN-Rev: 9197
2002-07-16 02:47:19 +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
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
George Rhoten
df4c364592 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8400
2002-04-05 18:35:58 +00:00
Alan Liu
7b4512d90f ICU-1036 use new internal case mapping functions
X-SVN-Rev: 8128
2002-03-19 22:09:07 +00:00
Alan Liu
e5a8f1678a ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract'
X-SVN-Rev: 7788
2002-02-26 17:50:59 +00:00
George Rhoten
37279d71cc ICU-1211 Don't go beyond the end of the array (fix for Solaris, Windows, HP/UX)
X-SVN-Rev: 7304
2001-12-04 02:16:58 +00:00
Helena Chapman
6f5df69456 ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java.
X-SVN-Rev: 7235
2001-11-30 23:53:55 +00:00
Helena Chapman
cd5de5761f ICU-1501 Ported back the Upper/Lower/TitlecaseTransliterator changes from Java.
X-SVN-Rev: 7192
2001-11-30 00:57:29 +00:00
George Rhoten
859edb1416 ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems
X-SVN-Rev: 7187
2001-11-30 00:06:13 +00:00
Helena Chapman
915a88d738 ICU-1533 Moved new Transliterator subclasses here to make them private.
X-SVN-Rev: 6964
2001-11-16 23:51:15 +00:00
George Rhoten
efdb5a1f89 ICU-1099 Make some data a bit more const
X-SVN-Rev: 6203
2001-10-11 23:54:55 +00:00
Helena Chapman
d816eefc57 ICU-1264 added namspace support where possible.
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
Alan Liu
dd59c6db0d ICU-965 create Any-Lower, Any-Upper, and Any-Title transliterators
X-SVN-Rev: 4941
2001-06-11 19:51:46 +00:00