Skip to content

Commit

Permalink
Set full-width to east asian ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
atton committed Mar 20, 2017
1 parent 40e6059 commit 55260eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/charwidths.jl
Expand Up @@ -111,7 +111,7 @@ for line in readlines(open("EastAsianWidth.txt"))

#Assign widths
for c in charstart:charend
if width=="W" || width=="F" # wide or full
if width=="W" || width=="F" || width=="A" # wide or full or ambiguous
CharWidths[c]=2
elseif width=="Na"|| width=="H" # narrow or half
CharWidths[c]=1
Expand Down

0 comments on commit 55260eb

Please sign in to comment.