Merge pull request #2887 from apense/patch-5

Updated whitespace ranges
This commit is contained in:
Andreas Rumpf
2015-06-09 14:52:29 +02:00

View File

@@ -372,11 +372,17 @@ const
0xfe74] #
spaceRanges = [
0x0009, 0x000a, # tab and newline
0x0009, 0x000d, # tab and newline
0x0020, 0x0020, # space
0x0085, 0x0085, # next line
0x00a0, 0x00a0, #
0x2000, 0x200b, # -
0x1680, 0x1680, # Ogham space mark
0x2000, 0x200b, # en dash .. zero-width space
0x200e, 0x200f, # LTR mark .. RTL mark (pattern whitespace)
0x2028, 0x2029, # - 0x3000, 0x3000, #
0x202f, 0x202f, # narrow no-break space
0x205f, 0x205f, # medium mathematical space
0x3000, 0x3000, # ideographic space
0xfeff, 0xfeff] #
toupperRanges = [