From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TjVuz-0005OX-BF for ptxdist@pengutronix.de; Fri, 14 Dec 2012 15:07:33 +0100 From: Alexander Dahl Date: Fri, 14 Dec 2012 15:06:46 +0100 Message-Id: <1355494006-21803-1-git-send-email-post@lespocky.de> Subject: [ptxdist] [PATCH] add en_US locale with utf8 encoding and add missing creation of en_GB@euro Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Alexander Dahl --- 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