From 8b4373e951322e90c4da4a73c0d56ae214992fa8 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 16 Jan 2024 08:30:52 +0100 Subject: [PATCH] Use C.UTF-8 sort order when generating locale/README.md Signed-off-by: Stefan Weil --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f0cb54..3aeb857 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ $(PO): palma.po touch $@ locale/README.md: $(PO) - perl $(DISTDIR)/find-untranslated.pl --markdown $(LANGUAGES) >$@ + LANG=C.UTF-8 perl $(DISTDIR)/find-untranslated.pl --markdown $(LANGUAGES) >$@ .git/hooks: .git/hooks/pre-push .git/hooks/pre-commit