summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMika Westerberg <ext-mika.1.westerberg@nokia.com>2008-10-28 13:04:05 +0200
committerLauri Leukkunen <lle@rahina.org>2008-11-02 18:59:55 +0200
commitea7d27110a4fe2d98c3f958135c5f02a3f278a27 (patch)
tree674421b22632b5a5a43ba2e9d765e048713f9be1
parent7f576a41e870b0d6a65731923fb16e446cdf7c53 (diff)
Modified sb2-generate-locales to use UTF-8 charmap when creating the files.
Signed-off-by: Lauri Aarnio <Lauri.Aarnio@iki.fi>
-rw-r--r--utils/sb2-generate-locales3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/sb2-generate-locales b/utils/sb2-generate-locales
index 7a6ad7d..8fd0029 100644
--- a/utils/sb2-generate-locales
+++ b/utils/sb2-generate-locales
@@ -68,12 +68,13 @@ generate_localization_files()
#
# Find out supported variations for a locale and generate
- # the files.
+ # the files. We generate only UTF-8 versions of locales.
#
for l in $archived_locales; do
echo -n "generating locale $l ..."
/target_root/usr/bin/localedef \
--no-archive \
+ -f UTF-8 \
-c \
-i $l \
$gendir/$l > /dev/null 2>&1