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

Proper unicode support #135

Open
wpoely86 opened this issue Jun 28, 2023 · 0 comments
Open

Proper unicode support #135

wpoely86 opened this issue Jun 28, 2023 · 0 comments

Comments

@wpoely86
Copy link
Member

See quattor/configuration-modules-core#1494, best start reading at the bottom:

If I run without any changes:

CCM does the right thing. The profile under /var/lib/ccm has the correct unicode string
ncm-ncd --co metaconfig writes out the file in latin1 encoding. Doing iconv -f latin1 -t utf-8 gives me a valid unicode file that is accepted by the program.

Putting a LANG and LC_ALL variable to en_US.UTF-8 in ncm-ncd doesn't change a thing.

So I think that only thing needed is a way to set the binmode thingie to unicode.

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

No branches or pull requests

1 participant