Bugzilla – Bug 439822
script for gathering country specific data
Last modified: 2008-10-31 13:17:48 UTC
+++ This bug was initially created as a clone of Bug #438964 +++ I need a ycp script that dumps the yast2-country-data content into shell script compatible format. Every language specific variable from sysconfig/{keyboard,language,console} should be in there - one file per language. ... CONSOLE_SCREENMAP="trivial" CONSOLE_MAGIC="(K" CONSOLE_ENCODING="UTF-8"
Created attachment 249088 [details] ycp script Try this one. Maybe I forgot some settings, and the format is not exactly what you want, but I'm sure you can adapt it to your needs. CONSOLE_ENCODING is not there, AFAIK we read this from YaST UI and it is most probably UTF-8 always.
I hope this is fixed now