X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/d82bc652caa79a004e27bc591fef3fed5d68fb03..352390a245080a0084f067e135c3fe44ed19f394:/linux/glibc/howto.html 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 @@
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 ++