use the real internal-use reserved codepoints

This commit is contained in:
Glenn Maynard
2003-01-07 03:56:47 +00:00
parent 0797cdb4bd
commit aaca29fa5f
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ longchar utf8_get_char (const char *p)
return result;
}
const longchar INVALID_CHAR = 0xFFFFFF;
const longchar INVALID_CHAR = 0xFFFF;
lstring CStringToLstring(const CString &str)
{