mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
ZVISION: Update warning message to correspond to the behavior
This commit is contained in:
parent
0deb845229
commit
28ac59307b
@ -241,7 +241,7 @@ Common::String StringManager::readWideLine(Common::SeekableReadStream &stream) {
|
||||
}
|
||||
|
||||
if (charOverflowWarning) {
|
||||
warning("UTF-16 is not supported. Characters greater than 255 are clamped to 255");
|
||||
warning("UTF-16 is not supported. Characters greater than 255 are replaced with '?'");
|
||||
}
|
||||
|
||||
return asciiString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user