Skip to content

Commit 7a46298

Browse files
committed
makepot.sh: Specify source character encoding as UTF-8
[ci skip]
1 parent b491ac2 commit 7a46298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makepot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package_version="$(git describe --tags --match "?[0-9]*.[0-9]*.[0-9]*")"
55

66
xgettext --keyword='_' --keyword='__:1,2' -C -o data/locale/main.pot \
77
$(find src -name "*.cpp" -or -name "*.hpp") \
8-
--add-comments=l10n \
8+
--from-code=UTF-8 --add-comments=l10n \
99
--package-name="${package_name}" --package-version="${package_version}" \
1010
--msgid-bugs-address=https://github.com/SuperTux/supertux/issues
1111

0 commit comments

Comments
 (0)