Hello, Description of problem: At least for the Romanian language, anaconda seems to put an incorrect setting in /etc/sysconfig/i18n at installation: LANG="ro_RO.UTF_8" (INCORRECT) instead of LANG="ro_RO.UTF-8" (CORRECT) How reproducible: Always. Steps to Reproduce: 1. Install fresh system. 2. During installation, ask for Romanian language and keyboard. 3. At first boot in text mode, note that Romanian-specific characters in initialization script messages are garbage. 3. After installation, view the content of /etc/sysconfig/i18n with some viewer. Actual results: Anaconda puts LANG="ro_RO.UTF_8" in /etc/sysconfig/i18n. Expected results: Anaconda should put LANG="ro_RO.UTF-8" in /etc/sysconfig/i18n. Regards, Răzvan
*** This bug has been marked as a duplicate of 327431 ***