You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a layout file where it's (–) already in the "Text" property an exception happens:
CEGUI::UnicodeStringException in function 'void __cdecl CEGUI::String::checkUtf8CodePointSizeForValidity(const unsigned int,const unsigned int)' (C:\Personal\Repos\cegui\cegui\src\String.cpp:298) : Invalid initial byte detected for a code point in the string
Which seems correct but it would be nice if it only ignores that character and not the whole .layout file
When loading a layout file where it's as XML (–) already in the "Text" property it works.
Pasting only tested with Label and StaticText.
For loading:
Which seems correct but it would be nice if it only ignores that character and not the whole .layout file
–
) already in the "Text" property it works.CEED-v1.1.1-Win-x86
The en dash is like a hyphen (-) but slightly longer (–).
https://en.wikipedia.org/wiki/Dash#En_dash
The text was updated successfully, but these errors were encountered: