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
Currently glib logging doesn't use Windows console API, unlike stdout / stderr counterparts. Sometimes it can contain garbled characters (like ideographic quotes).
Delayed milestone for this issue. Replacing g_log_default_handler() requires copying large chunk of glib code that recurses deep down, and seems to require glib internal funcs too. Not an easy replacement, and probably unworthy, as log messages are already in English and unlocalised now. Current problem mainly happens in unicode quotes.
Currently
glib
logging doesn't use Windows console API, unlike stdout / stderr counterparts. Sometimes it can contain garbled characters (like ideographic quotes).g_log_default_handler()
The text was updated successfully, but these errors were encountered: