Skip to content

LC_ALL issue #7

@freddy77

Description

@freddy77

Hi,
for spice-server project we import the top/maint.mk file however we have an issue with these lines:

# Prevent programs like 'sort' from considering distinct strings to be equal.
# Doing it here saves us from having to set LC_ALL elsewhere in this file.
export LC_ALL = C

specifically this affect a2x program (written in Python) which think that the encoding of some files is not utf-8 failing to compile documentation.

For more information see https://gitlab.freedesktop.org/spice/spice/issues/35.

What do you think about changing LC_ALL to LC_COLLATE?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions