aboutsummaryrefslogtreecommitdiffstats
path: root/korean/Make.lang
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2021-01-28 10:45:13 +0900
committerChangwoo Ryu <cwryu@debian.org>2021-01-28 10:48:17 +0900
commitf64b436d24fe5d9f5b43d95b524534c3543368ca (patch)
tree293a2e193f9c68a933d44af3dda9c1c33c9d5547 /korean/Make.lang
parent6fbd68193d94b9ac30a0e2c826003e5062526bfb (diff)
(ko) Add "-O1" to wml to workaround #959474
Apply the workaround for Chinese in 65670da289081bfe5026f65ad1a1562ff265e4e9 also to Korean. Add "-O1" to wml to be passed to htmlstrip, to avoid malformed UTF-8 in buster, until wml 2.12.2~ds1-3 or higher arrives to stable (see bug #959474)
Diffstat (limited to 'korean/Make.lang')
-rw-r--r--korean/Make.lang7
1 files changed, 7 insertions, 0 deletions
diff --git a/korean/Make.lang b/korean/Make.lang
index 793ce381657..0a415b79b24 100644
--- a/korean/Make.lang
+++ b/korean/Make.lang
@@ -5,3 +5,10 @@ include $(WMLBASE)/../Makefile.common
# If you need to modify that is already defined in ../Makefile.common
# you can put it below
+
+# Add "-O1" to wml to be passed to htmlstrip, to avoid malformed UTF-8
+# see bug #959474
+# This option needs to be kept in Korean until wml 2.12.2~ds1-3 or higher
+# arrives to Debian stable
+
+WMLOPTIONS += -O1

© 2014-2024 Faster IT GmbH | imprint | privacy policy