Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

the character encoding associated to the selected locale is not supported #66

Open
marcomaggi opened this issue Mar 22, 2014 · 0 comments

Comments

@marcomaggi
Copy link
Owner

In src/ikarus.c the line:

setlocale(LC_ALL, "");

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant