mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3170 0x200b became control, was a space
X-SVN-Rev: 14862
This commit is contained in:
parent
19304c50bf
commit
b738c82b0d
1 changed files with 2 additions and 1 deletions
|
@ -733,7 +733,8 @@ static const struct {
|
|||
{ 0x2002, ISPR|ISSP|ISBL }, /* en space */
|
||||
{ 0x2007, ISPR|ISSP|ISBL }, /* figure space */
|
||||
{ 0x2009, ISPR|ISSP|ISBL }, /* thin space */
|
||||
{ 0x200b, ISPR|ISSP }, /* ZWSP */
|
||||
{ 0x200b, ISCN }, /* ZWSP */
|
||||
/*{ 0x200b, ISPR|ISSP },*/ /* ZWSP */ /* ZWSP became a control char in 4.0.1*/
|
||||
{ 0x200e, ISCN }, /* LRM */
|
||||
{ 0x2028, ISPR|ISSP| ISCN }, /* LS */
|
||||
{ 0x2029, ISPR|ISSP| ISCN }, /* PS */
|
||||
|
|
Loading…
Add table
Reference in a new issue