From: Petter Reinholdtsen Date: Sun, 8 Aug 2004 20:20:50 +0000 (+0000) Subject: Add some info on how to test a new locale. X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/352390a245080a0084f067e135c3fe44ed19f394 Add some info on how to test a new locale. --- diff --git a/linux/glibc/howto.html b/linux/glibc/howto.html index a7a18a7599..b5e3729a8d 100644 --- a/linux/glibc/howto.html +++ b/linux/glibc/howto.html @@ -93,13 +93,42 @@

Standard documents and specifications

+

Testing the new locale file

+ +

To test a new locale on a test machine, do the + following:

+ + + +

Example, generating a new de_DE@euro locale using + the ISO-8859-15 charset and save it as 'de_DE':

+ +
+	  cp de_DE@euro /usr/share/i18n/locales/de_DE@euro
+	  localedef -i de_DE@euro -c -f ISO-8859-15 de_DE
+	  LANG=de_DE date
+	
+
Petter Reinholdtsen
-Last modified: Tue Jul 27 09:07:23 CEST 2004 +Last modified: Sun Aug 8 22:21:45 CEST 2004