mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 02:37:25 +00:00
ICU-4269 sentence break reverse rule tweak
X-SVN-Rev: 18606
This commit is contained in:
parent
c7ad1e5c2e
commit
b148c06557
1 changed files with 1 additions and 1 deletions
|
@ -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))?;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue