use 0xFFFD for INVALID_CHAR ("U+FFFD REPLACEMENT CHARACTER") instead of 0xFFFF
This commit is contained in:
@@ -68,7 +68,7 @@ static void InitCharAliases()
|
||||
return;
|
||||
|
||||
CharAliases["default"] = Font::DEFAULT_GLYPH; /* ? */
|
||||
CharAliases["invalid"] = INVALID_CHAR; /* 0xFFFF */
|
||||
CharAliases["invalid"] = INVALID_CHAR; /* 0xFFFD */
|
||||
|
||||
/* The comments here are UTF-8; they won't show up in VC6 (use your
|
||||
* imagination). */
|
||||
|
||||
Reference in New Issue
Block a user