summaryrefslogtreecommitdiff
path: root/share/locale
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2012-11-30 13:49:21 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2012-11-30 13:49:21 +0000
commit982e143db48b402fa7d2345ff7407399e727efb7 (patch)
tree0df6d491a1d1a60e57a104532eac624455c6f11a /share/locale
parentdaa302b9facb7dc638b31a0fee89c38d3cdf7745 (diff)
Fix width of several zero-width characters in the Hebrew range (0590–05FF).
Pointed out by naddy some time ago. Our definition of the Hebrew range is incomplete wrt current Unicode editions. The proper fix would be to generate this entire file based on current Unicode data but nobody is currently working on that. I'm committing this intermediate fix partly to draw attention to that problem :-)
Diffstat (limited to 'share/locale')
-rw-r--r--share/locale/ctype/en_US.UTF-8.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/locale/ctype/en_US.UTF-8.src b/share/locale/ctype/en_US.UTF-8.src
index b091a5ff6ad..d9f71ab075d 100644
--- a/share/locale/ctype/en_US.UTF-8.src
+++ b/share/locale/ctype/en_US.UTF-8.src
@@ -806,8 +806,12 @@ GRAPH 0x05f0 - 0x05f4
PUNCT 0x05be 0x05c0 0x05c3 0x05f3 0x05f4
PRINT 0x0591 - 0x05a1 0x05a3 - 0x05b9 0x05bb - 0x05c4 0x05d0 - 0x05ea
PRINT 0x05f0 - 0x05f4
-SWIDTH1 0x0591 - 0x05a1 0x05a3 - 0x05b9 0x05bb - 0x05c4 0x05d0 - 0x05ea
-SWIDTH1 0x05f0 - 0x05f4
+SWIDTH0 0x0591 - 0x05a1 0x05a3 - 0x05b9 0x05bb - 0x05bf
+SWIDTH1 0x05c0
+SWIDTH0 0x05c1 - 0x05c2
+SWIDTH1 0x05c3
+SWIDTH0 0x05c4
+SWIDTH1 0x05d0 - 0x05f4
/*