Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make omake UTF-8 aware #97

Open
gerdstolpmann opened this issue Oct 8, 2017 · 0 comments
Open

make omake UTF-8 aware #97

gerdstolpmann opened this issue Oct 8, 2017 · 0 comments

Comments

@gerdstolpmann
Copy link
Collaborator

Up to 0.10.2 omake always assumes the Latin-1 character set, even when dealing with external strings like file names. As of 2017, it is more reasonable to always assume Unicode.

In 0.10.3, the Latin-1 support is removed. Where assumptions about the charset are made, only ASCII is supported. E.g. we can only convert between uppercase and lowercase for ASCII.

OCaml 4.06 support now also UTF-8 filenames on Windows. (In other words, assuming the local code page is now wrong.)

We need:

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

No branches or pull requests

1 participant