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
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
that would make Vicare respect the user selected locale is not executed. This makes the vicare process run under the default and portable C locale, ignoring the user selected one. This is bad.
To support the user selected locale all the strings coming from system function calls must be converted from the outer character encoding to an internal UTF-8, and later to Scheme strings.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
src/ikarus.c
the line:that would make Vicare respect the user selected locale is not executed. This makes the
vicare
process run under the default and portableC
locale, ignoring the user selected one. This is bad.To support the user selected locale all the strings coming from system function calls must be converted from the outer character encoding to an internal UTF-8, and later to Scheme strings.
The text was updated successfully, but these errors were encountered: