Assuring that \r\n is included as blank in unicode.categories

db4
Daniel Ehrenberg 2008-02-26 19:32:33 -06:00
parent 1fb594626f
commit a7ee1d2642
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
USING: unicode.syntax ;
IN: unicode.categories
CATEGORY: blank Zs Zl Zp ;
CATEGORY: blank Zs Zl Zp \r\n ;
CATEGORY: letter Ll ;
CATEGORY: LETTER Lu ;
CATEGORY: Letter Lu Ll Lt Lm Lo ;