Skip to content

Proper unicode support #135

@wpoely86

Description

@wpoely86

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions