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 was 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.
In
src/ikarus.cthe line:that would make Vicare respect the user selected locale is not executed. This makes the
vicareprocess run under the default and portableClocale, 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.