[gardening] Fix word processing artefacts

This commit is contained in:
practicalswift
2017-05-15 11:30:05 +02:00
parent 058d7f62e8
commit aae419ad30
4 changed files with 6 additions and 6 deletions

View File

@@ -284,7 +284,7 @@ extension String.CharacterView : BidirectionalCollection {
// Unified CJK Han ideographs, common and some supplemental, amongst
// others:
// 0x34000xA4CF
// 0x3400-0xA4CF
if 0x3400 <= x && x <= 0xa4cf {
return true
}