From: Alexander Dahl <post@lespocky.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] add en_US locale with utf8 encoding and add missing creation of en_GB@euro
Date: Fri, 14 Dec 2012 15:06:46 +0100 [thread overview]
Message-ID: <1355494006-21803-1-git-send-email-post@lespocky.de> (raw)
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/locales.in | 6 ++++++
rules/locales.make | 6 ++++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/rules/locales.in b/rules/locales.in
index f6241c7..292a602 100644
--- a/rules/locales.in
+++ b/rules/locales.in
@@ -20,6 +20,12 @@ config LOCALES_EN_US
help
American English language support.
+config LOCALES_EN_US_UTF8
+ bool
+ prompt "en_US (UTF-8)"
+ help
+ American English language support with utf-8.
+
config LOCALES_EN_GB
bool
prompt "en.GB (ISO8859-1)"
diff --git a/rules/locales.make b/rules/locales.make
index 030e478..df35918 100644
--- a/rules/locales.make
+++ b/rules/locales.make
@@ -33,9 +33,15 @@ $(STATEDIR)/locales.install:
ifdef PTXCONF_LOCALES_EN_US
@$(call add_locale, en_US, en_US, ISO-8859-1, $(LOCALES_PKGDIR))
endif
+ifdef PTXCONF_LOCALES_EN_US_UTF8
+ @$(call add_locale, en_US.UTF-8, en_US, UTF-8, $(LOCALES_PKGDIR))
+endif
ifdef PTXCONF_LOCALES_EN_GB
@$(call add_locale, en_GB, en_GB, ISO-8859-1, $(LOCALES_PKGDIR))
endif
+ifdef PTXCONF_LOCALES_EN_GB_EURO
+ @$(call add_locale, en_GB.ISO-8859-15, en_GB, ISO-8859-15, $(LOCALES_PKGDIR))
+endif
ifdef PTXCONF_LOCALES_DE_DE
@$(call add_locale, de_DE, de_DE, ISO-8859-1, $(LOCALES_PKGDIR))
endif
--
1.7.2.5
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2012-12-14 14:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355494006-21803-1-git-send-email-post@lespocky.de \
--to=post@lespocky.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox