From: Markus Scherer Date: Fri, 3 Aug 2012 21:54:42 +0000 (+0000) Subject: ICU-9346 add a specific link to the readme pointing to the TestCollator subclass... X-Git-Tag: milestone-59-0-1~3692 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5b96198d19b1b3b26e4bfb8f08711090a07bdd9;p=icu ICU-9346 add a specific link to the readme pointing to the TestCollator subclass changes X-SVN-Rev: 32102 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index 9e4405920aa..e599ddcce1d 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -249,7 +249,7 @@

In particular, the class TestCollator in source/test/intltest/apicoll.cpp - illustrates how a subclass needs to be changed. + illustrates how a subclass needs to be changed. However, note that the TestCollator was also simplified slightly; not all changes made there were strictly required for the API signature changes.