diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-02-22 08:40:16 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-02-22 08:40:16 +0000 |
commit | 74f027fb55c30395e3d2c59a2fc39a61994639dc (patch) | |
tree | 8fa2ae10bab814608e90905f8b6ee2500b300448 | |
parent | 9f029f969aafa37794e9a688cdf6e3688da52b74 (diff) |
Add the Ja8JP.UTF-8 locale for gawk tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11529 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index aa85e0665..d37adbdee 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -282,6 +282,7 @@ localedef -i it_IT -f ISO-8859-1 it_IT localedef -i it_IT -f UTF-8 it_IT.UTF-8 localedef -i ja_JP -f EUC-JP ja_JP localedef -i ja_JP -f SHIFT_JIS ja_JP.SIJS 2> /dev/null || true +localedef -i ja_JP -f UTF-8 ja_JP.UTF-8 localedef -i ru_RU -f KOI8-R ru_RU.KOI8-R localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 localedef -i tr_TR -f UTF-8 tr_TR.UTF-8 |