FC18: Removed dead code check

This commit is contained in:
Willem Cazander 2025-12-15 15:47:04 +01:00
parent b55ab60332
commit 413da66d6a

View file

@ -209,7 +209,7 @@ public class FourCornerUnicodeImport {
} else if ('\u205F' == ctx.codePoint) { } else if ('\u205F' == ctx.codePoint) {
space = 76; // medium math space 4/18 em = like u2008 space = 76; // medium math space 4/18 em = like u2008
} else if ('\u3000' == ctx.codePoint) { } 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) { } else if ('\u180E' == ctx.codePoint) {
space = 2; // mongolian vowel separator space = 2; // mongolian vowel separator
} else if ('\u200B' == ctx.codePoint) { } else if ('\u200B' == ctx.codePoint) {