mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] add en_US locale with utf8 encoding and add missing creation of en_GB@euro
@ 2012-12-14 14:06 Alexander Dahl
  0 siblings, 0 replies; only message in thread
From: Alexander Dahl @ 2012-12-14 14:06 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-14 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-14 14:06 [ptxdist] [PATCH] add en_US locale with utf8 encoding and add missing creation of en_GB@euro Alexander Dahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox