<i18n dev> RFR: 8279918: Fix various doc typos [v2]

Naoto Sato naoto at openjdk.java.net
Thu Jan 13 17:25:31 UTC 2022


On Thu, 13 Jan 2022 10:59:13 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> src/java.base/share/classes/sun/text/RuleBasedBreakIterator.java line 73:
>> 
>>> 71:  * will be transparent to the BreakIterator.  A sequence of characters will break the
>>> 72:  * same way it would if any ignore characters it contains are taken out.  Break
>>> 73:  * positions never occur before ignore characters.</p>
>> 
>> "before ignored characters"
>
> I believe it's the name of a concept, so I will leave it as is:
> 
>> There is one special substitution.  If the description defines a substitution called "<ignore>", the expression must be a [] expression, and the expression defines a set of characters (the "ignore characters") that will be transparent to the BreakIterator.

Yes, that is correct.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7063


More information about the i18n-dev mailing list