FC18: Removed dead code check
This commit is contained in:
parent
b55ab60332
commit
413da66d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ public class FourCornerUnicodeImport {
|
|||
} else if ('\u205F' == ctx.codePoint) {
|
||||
space = 76; // medium math space 4/18 em = like u2008
|
||||
} else if ('\u3000' == ctx.codePoint) {
|
||||
space = 222; // CJK space fullwidth (??? or use 100% here ?)
|
||||
space = 100; // CJK space fullwidth (china space is equal to real space of virtual user defined unicode4D space drawing)
|
||||
} else if ('\u180E' == ctx.codePoint) {
|
||||
space = 2; // mongolian vowel separator
|
||||
} else if ('\u200B' == ctx.codePoint) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue