aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f25a5e8..761e637 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,10 @@ genstrings: Base.lproj/Localizable.strings
Base.lproj/Localizable.strings: $(SOURCES)
genstrings -o Base.lproj $^
+ mv $@ "$@.utf16"
+ iconv --from-code=UTF-16 --to-code=UTF-8 "$@.utf16" > $@
+ rm "$@.utf16"
+
.PHONY: clean
clean: