Update css_parser.cpp

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

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

Loading…
Cancel
Save