hedgewars/uUtils.pas
changeset 14057 1a85afba813d
parent 13980 3183c4dc6e53
child 14072 e54f9a85ccba
--- a/hedgewars/uUtils.pas	Thu Nov 01 08:39:22 2018 +0100
+++ b/hedgewars/uUtils.pas	Thu Nov 01 09:17:51 2018 +0100
@@ -567,7 +567,7 @@
        ((#$AC00  <= u) and (u <= #$D7AF))  or // Hangul Syllables
        ((#$F900  <= u) and (u <= #$FAFF))  or // CJK Compatibility Ideographs
        ((#$FE30  <= u) and (u <= #$FE4F))  or // CJK Compatibility Forms
-       ((#$FF66  <= u) and (u <= #$FF9D)))    // halfwidth katakana
+       ((#$FF00  <= u) and (u <= #$FFEF)))    // half- and fullwidth characters
        then
         begin
             CheckCJKFont:=  THWFont( ord(font) + ((ord(High(THWFont))+1) div 2) );