]> granicus.if.org Git - icu/log
icu
12 years agoICU-9303 Update to final API for now, with some updates based on feedback
Peter Edberg [Tue, 9 Oct 2012 03:49:16 +0000 (03:49 +0000)]
ICU-9303 Update to final API for now, with some updates based on feedback

X-SVN-Rev: 32571

12 years agoICU-9633 Adjust to UDisplayContext[Type] updates
Peter Edberg [Tue, 9 Oct 2012 03:48:24 +0000 (03:48 +0000)]
ICU-9633 Adjust to UDisplayContext[Type] updates

X-SVN-Rev: 32570

12 years agoICU-9587 Beefed up Region API tests - some fixes to the data loading based on the...
John Emmons [Tue, 9 Oct 2012 03:26:22 +0000 (03:26 +0000)]
ICU-9587 Beefed up Region API tests - some fixes to the data loading based on the results of the better  tests.

X-SVN-Rev: 32569

12 years agoICU-9268 Deleting ICULogger. Replace ICULogger with the stock Java Logger in TimeZone...
Yoshito Umaoka [Tue, 9 Oct 2012 03:22:02 +0000 (03:22 +0000)]
ICU-9268 Deleting ICULogger. Replace ICULogger with the stock Java Logger in TimeZone class.

X-SVN-Rev: 32568

12 years agoICU-9633 Also update ChineseDateFormat.java for new DisplayContext enum
Peter Edberg [Tue, 9 Oct 2012 02:39:04 +0000 (02:39 +0000)]
ICU-9633 Also update ChineseDateFormat.java for new DisplayContext enum

X-SVN-Rev: 32567

12 years agoICU-9633 Adapt SimpleDateFormat display context APIs to new DisplayContext enum
Peter Edberg [Tue, 9 Oct 2012 01:49:46 +0000 (01:49 +0000)]
ICU-9633 Adapt SimpleDateFormat display context APIs to new DisplayContext enum

X-SVN-Rev: 32566

12 years agoICU-9303 Check in DisplayContext enum and related LocaleDisplayNames APIs; still...
Peter Edberg [Tue, 9 Oct 2012 01:49:09 +0000 (01:49 +0000)]
ICU-9303 Check in DisplayContext enum and related LocaleDisplayNames APIs; still need full impl & tests

X-SVN-Rev: 32565

12 years agoICU-8476 optimize Normalizer2.normalize(): Do not construct a new String if the src...
Markus Scherer [Mon, 8 Oct 2012 22:59:19 +0000 (22:59 +0000)]
ICU-8476 optimize Normalizer2.normalize(): Do not construct a new String if the src is a String and is already normalized

X-SVN-Rev: 32562

12 years agoICU-7400 Fix incorrect API docs on several 'void parse()' functions.
Andy Heninger [Mon, 8 Oct 2012 22:41:13 +0000 (22:41 +0000)]
ICU-7400 Fix incorrect API docs on several 'void parse()' functions.

X-SVN-Rev: 32561

12 years agoICU-9375 add WEEKDAY & ABBR_WEEKDAY (as already proposed), fix API tags, reorder...
Markus Scherer [Mon, 8 Oct 2012 22:12:29 +0000 (22:12 +0000)]
ICU-9375 add WEEKDAY & ABBR_WEEKDAY (as already proposed), fix API tags, reorder constants big->little as intended

X-SVN-Rev: 32560

12 years agoICU-9213 Update runConfigureICU and mh-os390
Michael Ow [Mon, 8 Oct 2012 20:48:04 +0000 (20:48 +0000)]
ICU-9213 Update runConfigureICU and mh-os390

X-SVN-Rev: 32558

12 years agoICU-9491 Spoof data update from UTS 39 version 3.
Andy Heninger [Mon, 8 Oct 2012 20:41:01 +0000 (20:41 +0000)]
ICU-9491 Spoof data update from UTS 39 version 3.

X-SVN-Rev: 32557

12 years agoICU-9491 refresh ICU4J data from ICU4C to pick up refreshed Spoof data. Also picks...
Andy Heninger [Mon, 8 Oct 2012 20:38:22 +0000 (20:38 +0000)]
ICU-9491 refresh ICU4J data from ICU4C to pick up refreshed Spoof data. Also picks up RBBI line break Japanese tailoring and tz data.

X-SVN-Rev: 32556

12 years agoICU-9505 Update rbbitst.txt to re-instate Japanese line break tailoring.
Andy Heninger [Mon, 8 Oct 2012 20:29:27 +0000 (20:29 +0000)]
ICU-9505 Update rbbitst.txt to re-instate Japanese line break tailoring.

X-SVN-Rev: 32555

12 years agoICU-9403 Calendar should return error for large negative millis out of range in stric...
Scott Russell [Mon, 8 Oct 2012 20:24:50 +0000 (20:24 +0000)]
ICU-9403 Calendar should return error for large negative millis out of range in strict mode & fix extended year calculation for large negative millis

X-SVN-Rev: 32554

12 years agoICU-9403 Calendar should return error for large negative millis out of range in stric...
Scott Russell [Mon, 8 Oct 2012 19:13:27 +0000 (19:13 +0000)]
ICU-9403 Calendar should return error for large negative millis out of range in strict mode

X-SVN-Rev: 32553

12 years agoICU-9297 use memcmp() in UnicodeString::operator==()
Markus Scherer [Mon, 8 Oct 2012 18:24:41 +0000 (18:24 +0000)]
ICU-9297 use memcmp() in UnicodeString::operator==()

X-SVN-Rev: 32552

12 years agoICU-9567 Check for input status. Also use U_ILLEGAL_ARGUMENT_ERROR on null input.
Yoshito Umaoka [Mon, 8 Oct 2012 18:06:41 +0000 (18:06 +0000)]
ICU-9567 Check for input status. Also use U_ILLEGAL_ARGUMENT_ERROR on null input.

X-SVN-Rev: 32551

12 years agoICU-8689 MessagePattern: include adjusted pattern index in Exception
Markus Scherer [Mon, 8 Oct 2012 18:03:08 +0000 (18:03 +0000)]
ICU-8689 MessagePattern: include adjusted pattern index in Exception

X-SVN-Rev: 32550

12 years agoICU-9633 Adapt date fmt display context APIs to tentative new UDisplayContext
Peter Edberg [Mon, 8 Oct 2012 16:52:35 +0000 (16:52 +0000)]
ICU-9633 Adapt date fmt display context APIs to tentative new UDisplayContext

X-SVN-Rev: 32549

12 years agoICU-9303 Check in tentative UDisplayContext enum and related LocaleDisplayNames APIs...
Peter Edberg [Mon, 8 Oct 2012 16:50:51 +0000 (16:50 +0000)]
ICU-9303 Check in tentative UDisplayContext enum and related LocaleDisplayNames APIs; still need full impl & tests

X-SVN-Rev: 32548

12 years agoICU-9623 ICU4C 50 API promotions, fix U_DRAFT -> U_STABLE as needed in .h, fix U_DRAF...
Peter Edberg [Mon, 8 Oct 2012 05:16:32 +0000 (05:16 +0000)]
ICU-9623 ICU4C 50 API promotions, fix U_DRAFT -> U_STABLE as needed in .h, fix U_DRAFT -> U_CAPI in .c/cpp

X-SVN-Rev: 32547

12 years agoICU-9505 restore ja locale specific line breaking, which provides css normal behavior.
Andy Heninger [Mon, 8 Oct 2012 04:11:15 +0000 (04:11 +0000)]
ICU-9505 restore ja locale specific line breaking, which provides css normal behavior.

X-SVN-Rev: 32546

12 years agoICU-9606 Add ucal_getTimeZoneTransitionDate, UTimeZoneTransitionType and tests
Peter Edberg [Mon, 8 Oct 2012 00:32:59 +0000 (00:32 +0000)]
ICU-9606 Add ucal_getTimeZoneTransitionDate, UTimeZoneTransitionType and tests

X-SVN-Rev: 32545

12 years agoICU-8782 Added the functionality and tests.
Mark Davis [Sun, 7 Oct 2012 21:11:47 +0000 (21:11 +0000)]
ICU-8782 Added the functionality and tests.

X-SVN-Rev: 32544

12 years agoICU-9194 test Calendar::getKeywordValuesForLocale(), in ulist_next_keyword_value...
Markus Scherer [Sun, 7 Oct 2012 04:52:16 +0000 (04:52 +0000)]
ICU-9194 test Calendar::getKeywordValuesForLocale(), in ulist_next_keyword_value() set *resultLength, add further enumeration default implementations & shortcuts

X-SVN-Rev: 32543

12 years agoICU-9598 Tweaks to visual studio project files for gender info
Andy Heninger [Sun, 7 Oct 2012 04:00:17 +0000 (04:00 +0000)]
ICU-9598 Tweaks to visual studio project files for gender info

X-SVN-Rev: 32542

12 years agoICU-8901 u_formatMessage(unused argument): ignore unused argument, no failure
Markus Scherer [Sun, 7 Oct 2012 02:50:40 +0000 (02:50 +0000)]
ICU-8901 u_formatMessage(unused argument): ignore unused argument, no failure

X-SVN-Rev: 32541

12 years agoICU-9294 test & fix MessageFormat::getFormatNames()
Markus Scherer [Sun, 7 Oct 2012 01:27:19 +0000 (01:27 +0000)]
ICU-9294 test & fix MessageFormat::getFormatNames()

X-SVN-Rev: 32540

12 years agoICU-9570 turn off break iteration when we dont have normalization
Markus Scherer [Sun, 7 Oct 2012 00:56:29 +0000 (00:56 +0000)]
ICU-9570 turn off break iteration when we dont have normalization

X-SVN-Rev: 32539

12 years agoICU-9598 add new *gender* files to .vcxproj
Markus Scherer [Sun, 7 Oct 2012 00:35:07 +0000 (00:35 +0000)]
ICU-9598 add new *gender* files to .vcxproj

X-SVN-Rev: 32538

12 years agoICU-9617 ICU4J API status update for 50.
Yoshito Umaoka [Fri, 5 Oct 2012 23:59:50 +0000 (23:59 +0000)]
ICU-9617 ICU4J API status update for 50.

X-SVN-Rev: 32536

12 years agoICU-9567 Merged ucol_strcollUTF8 to trunk.
Yoshito Umaoka [Fri, 5 Oct 2012 23:44:00 +0000 (23:44 +0000)]
ICU-9567 Merged ucol_strcollUTF8 to trunk.

X-SVN-Rev: 32534

12 years agoICU-9598 Applied same comments markus had on C++ CompactDecimalFormatTest to the...
Travis Keep [Fri, 5 Oct 2012 21:48:40 +0000 (21:48 +0000)]
ICU-9598 Applied same comments markus had on C++ CompactDecimalFormatTest to the C++ GenderInfoTest.

X-SVN-Rev: 32532

12 years agoICU-9461 Mutex Implementation Rework, merge from devel branch.
Andy Heninger [Fri, 5 Oct 2012 21:22:02 +0000 (21:22 +0000)]
ICU-9461 Mutex Implementation Rework, merge from devel branch.

X-SVN-Rev: 32530

12 years agoICU-9601 from-UTF-8 m:n conversion: properly revert to pivoting for m:n matching
Markus Scherer [Fri, 5 Oct 2012 20:12:49 +0000 (20:12 +0000)]
ICU-9601 from-UTF-8 m:n conversion: properly revert to pivoting for m:n matching

X-SVN-Rev: 32529

12 years agoICU-9598 C/C++ implementation of GenderInfo.
Travis Keep [Fri, 5 Oct 2012 19:02:05 +0000 (19:02 +0000)]
ICU-9598 C/C++ implementation of GenderInfo.

X-SVN-Rev: 32527

12 years agoICU-9375 fixed skeletons
Mark Davis [Fri, 5 Oct 2012 18:05:04 +0000 (18:05 +0000)]
ICU-9375 fixed skeletons

X-SVN-Rev: 32524

12 years agoICU-9554 Fix apireport.
Travis Keep [Thu, 4 Oct 2012 19:14:22 +0000 (19:14 +0000)]
ICU-9554 Fix apireport.

X-SVN-Rev: 32507

12 years agoICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
Ramy Said [Thu, 4 Oct 2012 16:41:22 +0000 (16:41 +0000)]
ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols

X-SVN-Rev: 32504

12 years agoICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
Ramy Said [Thu, 4 Oct 2012 16:40:27 +0000 (16:40 +0000)]
ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols

X-SVN-Rev: 32503

12 years agoICU-8965 Add Persian Calendar support
Roozbeh Pournader [Thu, 4 Oct 2012 00:42:02 +0000 (00:42 +0000)]
ICU-8965 Add Persian Calendar support

X-SVN-Rev: 32500

12 years agoICU-9353 add note to readme about DictionaryBasedBreakIterator going away
Markus Scherer [Wed, 3 Oct 2012 23:39:35 +0000 (23:39 +0000)]
ICU-9353 add note to readme about DictionaryBasedBreakIterator going away

X-SVN-Rev: 32499

12 years agoICU-8952 fixed the algorithm for Persian Calendar and heavily refactored
Roozbeh Pournader [Wed, 3 Oct 2012 22:26:05 +0000 (22:26 +0000)]
ICU-8952 fixed the algorithm for Persian Calendar and heavily refactored

X-SVN-Rev: 32498

12 years agoICU-8703 Fix tab in ICU4C arabic shaping code
Michael Ow [Wed, 3 Oct 2012 17:18:27 +0000 (17:18 +0000)]
ICU-8703 Fix tab in ICU4C arabic shaping code

X-SVN-Rev: 32497

12 years agoICU-8703 Fix tabs in ArabicShaping code
Michael Ow [Wed, 3 Oct 2012 17:17:35 +0000 (17:17 +0000)]
ICU-8703 Fix tabs in ArabicShaping code

X-SVN-Rev: 32496

12 years agoICU-9024 Fix tabs in test code
Michael Ow [Wed, 3 Oct 2012 17:07:29 +0000 (17:07 +0000)]
ICU-9024 Fix tabs in test code

X-SVN-Rev: 32495

12 years agoICU-8703 Fix tabs in test code.
Michael Ow [Wed, 3 Oct 2012 17:04:22 +0000 (17:04 +0000)]
ICU-8703 Fix tabs in test code.

X-SVN-Rev: 32494

12 years agoICU-9603 Remove lib prefix of import libraries in MinGW
Michael Ow [Wed, 3 Oct 2012 03:34:00 +0000 (03:34 +0000)]
ICU-9603 Remove lib prefix of import libraries in MinGW

X-SVN-Rev: 32492

12 years agoICU-9581 Fix some memory leaks in arabic shaping code
Michael Ow [Wed, 3 Oct 2012 03:32:21 +0000 (03:32 +0000)]
ICU-9581 Fix some memory leaks in arabic shaping code

X-SVN-Rev: 32491

12 years agoICU-9397 Update tests in intltest to pass without data
Michael Ow [Tue, 2 Oct 2012 22:11:31 +0000 (22:11 +0000)]
ICU-9397 Update tests in intltest to pass without data

X-SVN-Rev: 32489

12 years agoICU-9621 Fixed TimeZone#observsDaylightTime issue on Africa/Casablanca showing up...
Yoshito Umaoka [Tue, 2 Oct 2012 17:48:46 +0000 (17:48 +0000)]
ICU-9621 Fixed TimeZone#observsDaylightTime issue on Africa/Casablanca showing up after Sep 2012.

X-SVN-Rev: 32486

12 years agoICU-9241 Update ICU4J tzdata to 2012f
Michael Ow [Tue, 2 Oct 2012 16:55:16 +0000 (16:55 +0000)]
ICU-9241 Update ICU4J tzdata to 2012f

X-SVN-Rev: 32484

12 years agoICU-9241 Update ICU4C tzdata to 2012f
Michael Ow [Tue, 2 Oct 2012 16:54:48 +0000 (16:54 +0000)]
ICU-9241 Update ICU4C tzdata to 2012f

X-SVN-Rev: 32483

12 years agoICU-9582 postpone timezone data update until during release
Michael Ow [Tue, 2 Oct 2012 00:02:32 +0000 (00:02 +0000)]
ICU-9582 postpone timezone data update until during release

X-SVN-Rev: 32481

12 years agoICU-9554 JAVA CompactDecimalFormat to support negative numbers
Travis Keep [Mon, 1 Oct 2012 22:24:57 +0000 (22:24 +0000)]
ICU-9554 JAVA CompactDecimalFormat to support negative numbers

X-SVN-Rev: 32479

12 years agoICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols
Dina Sayed [Mon, 1 Oct 2012 11:19:48 +0000 (11:19 +0000)]
ICU-9024 Unit test for Arabic Mathematical Alphabetic Symbols

X-SVN-Rev: 32475

12 years agoICU-9024 unit test for Arabic Mathematical Alphabetic Symbols
Dina Sayed [Sun, 30 Sep 2012 15:31:46 +0000 (15:31 +0000)]
ICU-9024 unit test for Arabic Mathematical Alphabetic Symbols

X-SVN-Rev: 32474

12 years agoICU-9587 Updated and improved Region API - moving to draft ICU 50
John Emmons [Sat, 29 Sep 2012 01:44:13 +0000 (01:44 +0000)]
ICU-9587 Updated and improved Region API - moving to draft ICU 50

X-SVN-Rev: 32473

12 years agoICU-9600 sync up word.txt and word_POSIX.txt
Andy Heninger [Fri, 28 Sep 2012 21:31:14 +0000 (21:31 +0000)]
ICU-9600 sync up word.txt and word_POSIX.txt

X-SVN-Rev: 32470

12 years agoICU-9255 Merged ICU4C trunk r32468 locale data including Dangi calendar format data...
Yoshito Umaoka [Fri, 28 Sep 2012 21:17:44 +0000 (21:17 +0000)]
ICU-9255 Merged ICU4C trunk r32468 locale data including Dangi calendar format data (aliases) and removed Dangi calendar formatting hacks. Also fixed pattern cache key found during the development.

X-SVN-Rev: 32469

12 years agoICU-9255 Merge the Dangi calendar format data from CLDR trunk rev 7770. Full CLDR...
Yoshito Umaoka [Fri, 28 Sep 2012 20:53:39 +0000 (20:53 +0000)]
ICU-9255 Merge the Dangi calendar format data from CLDR trunk rev 7770. Full CLDR data integration will be done later.

X-SVN-Rev: 32468

12 years agoICU-9615 Change GenderInfo.java to use CLDR data
Travis Keep [Fri, 28 Sep 2012 19:01:28 +0000 (19:01 +0000)]
ICU-9615 Change GenderInfo.java to use CLDR data

X-SVN-Rev: 32466

12 years agoICU-9612 Make single quote logic processing correct.
Travis Keep [Fri, 28 Sep 2012 18:46:48 +0000 (18:46 +0000)]
ICU-9612 Make single quote logic processing correct.

X-SVN-Rev: 32463

12 years agoICU-9599 Add genderList, postalCodeData and dayPeriods data to ICU4J
Jennifer Chye [Fri, 28 Sep 2012 17:33:58 +0000 (17:33 +0000)]
ICU-9599 Add genderList, postalCodeData and dayPeriods data to ICU4J

X-SVN-Rev: 32462

12 years agoICU-9473 unit test for Arabic shaping is not thread safe
Dina Sayed [Fri, 28 Sep 2012 16:43:12 +0000 (16:43 +0000)]
ICU-9473 unit test for Arabic shaping is not thread safe

X-SVN-Rev: 32461

12 years agoICU-9473 Arabic shaping is not thread safe
Dina Sayed [Fri, 28 Sep 2012 13:41:40 +0000 (13:41 +0000)]
ICU-9473 Arabic shaping is not thread safe

X-SVN-Rev: 32459

12 years agoICU-9152 include icuio library
Steven R. Loomis [Fri, 28 Sep 2012 01:49:52 +0000 (01:49 +0000)]
ICU-9152 include icuio library

X-SVN-Rev: 32458

12 years agoICU-9612 Let 0 in CLDR data mean format number normally with no prefix or suffix.
Travis Keep [Fri, 28 Sep 2012 00:30:42 +0000 (00:30 +0000)]
ICU-9612 Let 0 in CLDR data mean format number normally with no prefix or suffix.

X-SVN-Rev: 32453

12 years agoICU-9612 Fix CompactDecimalFormat so that it handles periods correctly that appear...
Travis Keep [Thu, 27 Sep 2012 23:41:01 +0000 (23:41 +0000)]
ICU-9612 Fix CompactDecimalFormat so that it handles periods correctly that appear in prefixes or suffixes.

X-SVN-Rev: 32450

12 years agoICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)
Steven R. Loomis [Thu, 27 Sep 2012 21:17:58 +0000 (21:17 +0000)]
ICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)

X-SVN-Rev: 32449

12 years agoICU-9530 Remove extra casts that were added to sidestep problems with the clang compiler.
Andy Heninger [Thu, 27 Sep 2012 21:09:31 +0000 (21:09 +0000)]
ICU-9530 Remove extra casts that were added to sidestep problems with the clang compiler.

X-SVN-Rev: 32447

12 years agoICU-9556 fix namespace
Steven R. Loomis [Thu, 27 Sep 2012 20:48:52 +0000 (20:48 +0000)]
ICU-9556 fix namespace

X-SVN-Rev: 32445

12 years agoICU-9604 CompactDecimalFormat.getCompactDecimalInstance -> CompactDecimalFormat.getIn...
Travis Keep [Thu, 27 Sep 2012 20:07:18 +0000 (20:07 +0000)]
ICU-9604 CompactDecimalFormat.getCompactDecimalInstance -> CompactDecimalFormat.getInstance

X-SVN-Rev: 32443

12 years agoICU-9604 Add documentation to NumberFormat directing users to subclasses for more...
Travis Keep [Thu, 27 Sep 2012 19:51:55 +0000 (19:51 +0000)]
ICU-9604 Add documentation to NumberFormat directing users to subclasses for more factory methods.

X-SVN-Rev: 32442

12 years agoICU-9611 silent compile for linux
Steven R. Loomis [Thu, 27 Sep 2012 19:04:34 +0000 (19:04 +0000)]
ICU-9611 silent compile for linux

X-SVN-Rev: 32441

12 years agoICU-9596 cleanup U_NO_DEFAULT_INCLUDE_UTF_HEADERS - use utf_old.h in tests when needed
Steven R. Loomis [Thu, 27 Sep 2012 18:52:04 +0000 (18:52 +0000)]
ICU-9596 cleanup U_NO_DEFAULT_INCLUDE_UTF_HEADERS - use utf_old.h in tests when needed

X-SVN-Rev: 32440

12 years agoICU-9549 Fix memory problems in DecimalFormat assignment operator.
Travis Keep [Thu, 27 Sep 2012 18:50:24 +0000 (18:50 +0000)]
ICU-9549 Fix memory problems in DecimalFormat assignment operator.

X-SVN-Rev: 32439

12 years agoICU-9604 Move JAVA CompactDecimalFormat factory methods and LONG/SHORT enum from...
Travis Keep [Thu, 27 Sep 2012 18:25:47 +0000 (18:25 +0000)]
ICU-9604 Move JAVA CompactDecimalFormat factory methods and LONG/SHORT enum from NF down to CDF

X-SVN-Rev: 32437

12 years agoICU-9462 clarify docs.
Steven R. Loomis [Thu, 27 Sep 2012 17:17:05 +0000 (17:17 +0000)]
ICU-9462 clarify docs.

X-SVN-Rev: 32436

12 years agoICU-9296 fix docs to U_UNSUPPORTED_ERROR as error type for unum_applyPattern
Steven R. Loomis [Thu, 27 Sep 2012 16:46:30 +0000 (16:46 +0000)]
ICU-9296 fix docs to U_UNSUPPORTED_ERROR as error type for unum_applyPattern

X-SVN-Rev: 32435

12 years agoICU-9577 For CompactDecimalFormat data, look for local number system long; latin...
Travis Keep [Thu, 27 Sep 2012 16:05:44 +0000 (16:05 +0000)]
ICU-9577 For CompactDecimalFormat data, look for local number system long; latin long; local number system short; latin short.

X-SVN-Rev: 32432

12 years agoICU-8703 Unit test for Arabic shaping Shadda handling
Dina Sayed [Thu, 27 Sep 2012 13:34:40 +0000 (13:34 +0000)]
ICU-8703 Unit test for Arabic shaping Shadda handling

X-SVN-Rev: 32431

12 years agoICU-8703 Arabic shaping Shadda handling
Dina Sayed [Thu, 27 Sep 2012 09:09:18 +0000 (09:09 +0000)]
ICU-8703 Arabic shaping Shadda handling

X-SVN-Rev: 32430

12 years agoICU-9599 Add genderList, postalCodeData and dayPeriods data build rules.
Jennifer Chye [Thu, 27 Sep 2012 01:22:40 +0000 (01:22 +0000)]
ICU-9599 Add genderList, postalCodeData and dayPeriods data build rules.

X-SVN-Rev: 32429

12 years agoICU-9338 Promoting TimeZoneNames/TimeZoneFormat APIs from tech preview to draft.
Yoshito Umaoka [Tue, 25 Sep 2012 22:45:40 +0000 (22:45 +0000)]
ICU-9338 Promoting TimeZoneNames/TimeZoneFormat APIs from tech preview to draft.

X-SVN-Rev: 32427

12 years agoICU-9255 Adding the traditional Korean calendar (Dangi) support to ICU4J.
Yoshito Umaoka [Tue, 25 Sep 2012 21:45:16 +0000 (21:45 +0000)]
ICU-9255 Adding the traditional Korean calendar (Dangi) support to ICU4J.

X-SVN-Rev: 32426

12 years agoICU-9529 Add missing header files to the appropriate project files
Michael Ow [Tue, 25 Sep 2012 16:16:00 +0000 (16:16 +0000)]
ICU-9529 Add missing header files to the appropriate project files

X-SVN-Rev: 32424

12 years agoICU-9514 final UCA 6.2 UCARules.txt, adjust test code
Markus Scherer [Fri, 21 Sep 2012 20:40:00 +0000 (20:40 +0000)]
ICU-9514 final UCA 6.2 UCARules.txt, adjust test code

X-SVN-Rev: 32417

12 years agoICU-9514 final UCA 6.2 UCARules.txt, adjust test code
Markus Scherer [Fri, 21 Sep 2012 20:31:11 +0000 (20:31 +0000)]
ICU-9514 final UCA 6.2 UCARules.txt, adjust test code

X-SVN-Rev: 32416

12 years agoICU-9329 fix for AIX
Steven R. Loomis [Fri, 21 Sep 2012 17:27:24 +0000 (17:27 +0000)]
ICU-9329 fix for AIX

X-SVN-Rev: 32415

12 years agoICU-9329 fix for AIX
Steven R. Loomis [Thu, 20 Sep 2012 22:35:57 +0000 (22:35 +0000)]
ICU-9329 fix for AIX

X-SVN-Rev: 32414

12 years agoICU-9589 document that the so-called UCA rules are not normally useful and can be...
Markus Scherer [Thu, 20 Sep 2012 05:37:31 +0000 (05:37 +0000)]
ICU-9589 document that the so-called UCA rules are not normally useful and can be removed from the data

X-SVN-Rev: 32412

12 years agoICU-9589 document that the so-called UCA rules are not normally useful and can be...
Markus Scherer [Thu, 20 Sep 2012 05:37:13 +0000 (05:37 +0000)]
ICU-9589 document that the so-called UCA rules are not normally useful and can be removed from the data

X-SVN-Rev: 32411

12 years agoICU-9560 un-deprecate CollationKey and Collator::getCollationKey()
Markus Scherer [Thu, 20 Sep 2012 00:11:44 +0000 (00:11 +0000)]
ICU-9560 un-deprecate CollationKey and Collator::getCollationKey()

X-SVN-Rev: 32410

12 years agoICU-9534 ucol_nextSortKeyPart(): do not promise uncompressed sort keys
Markus Scherer [Wed, 19 Sep 2012 23:55:58 +0000 (23:55 +0000)]
ICU-9534 ucol_nextSortKeyPart(): do not promise uncompressed sort keys

X-SVN-Rev: 32409

12 years agoICU-9556 CollationKey with internal array; cleaner more understandable ByteSink code...
Markus Scherer [Wed, 19 Sep 2012 23:41:47 +0000 (23:41 +0000)]
ICU-9556 CollationKey with internal array; cleaner more understandable ByteSink code and usage in calcSortKey

X-SVN-Rev: 32408

12 years agoICU-9569 add UDAT_PATTERN and update docs
Steven R. Loomis [Wed, 19 Sep 2012 21:26:41 +0000 (21:26 +0000)]
ICU-9569 add UDAT_PATTERN and update docs

X-SVN-Rev: 32406

12 years agoICU-9082 Add compiler version check for AIX xlc workaround
Michael Ow [Wed, 19 Sep 2012 20:15:44 +0000 (20:15 +0000)]
ICU-9082 Add compiler version check for AIX xlc workaround

X-SVN-Rev: 32405

12 years agoICU-8703 Bug fix in Arabic shaping exceptional handling for Shadda
Dina Sayed [Tue, 18 Sep 2012 16:48:45 +0000 (16:48 +0000)]
ICU-8703 Bug fix in Arabic shaping exceptional handling for Shadda

X-SVN-Rev: 32403