Update css_parser.cpp

develop
Jan Boon 4 years ago committed by GitHub
parent 9ff5eee1e8
commit bc66f3a464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -667,7 +667,8 @@ namespace NLGUI
else if (_Style[_Position] == 0x00) else if (_Style[_Position] == 0x00)
{ {
// Unicode replacement character // Unicode replacement character
_Style[_Position] = 0xFFFD; // _Style[_Position] = 0xFFFD;
_Style.replace(_Position, 1, "\xE\xB\xBD");
} }
else else
{ {

Loading…
Cancel
Save