ICU-4269 sentence break reverse rule tweak

X-SVN-Rev: 18606
This commit is contained in:
Andy Heninger 2005-09-29 04:22:59 +00:00
parent c7ad1e5c2e
commit b148c06557

View file

@ -100,6 +100,6 @@ $CloseEx_R = $Format* $Extend* $Close;
# may require improving support for look-ahead breaks in the
# builder. Needs more investigation.
#
[{bof}] [^$Sep]* ($Sep | $LF $CR) [^$Sep]* [$Sep {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))?;
[{bof}] [^$Sep]* (.? | $LF $CR) [^$Sep]* [$Sep {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))?;