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
This requires a slight rewrite of how the extension store is set up, because currently it does an IO operation in the constructor. This needs to be moved to somewhere else in order to allow setlocale to happen before initial IO operations.
The text was updated successfully, but these errors were encountered:
I am not sure if we should set utf-8 or the users local locale.
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setlocale-wsetlocale?view=msvc-160&viewFallbackFrom=vs-2019#utf-8-support
This requires a slight rewrite of how the extension store is set up, because currently it does an IO operation in the constructor. This needs to be moved to somewhere else in order to allow setlocale to happen before initial IO operations.
The text was updated successfully, but these errors were encountered: