Comment 0 for bug 1752362

Revision history for this message
Eric Desrochers (slashd) wrote :

[Impact]

The menu is garbled in recovery mode when using CJK font in Linux console.

[Test Case]

1. Install Ubuntu with selected Simplified Chinese language.
2. Boot to recovery mode.

[Regression Potential]

Regression risk is low. The fix simply default the system variables to something the console can output when detecting a blacklisted LANG in lib/recovery-mode/l10n.sh.

+ export LANG=C.UTF-8
+ export LANGUAGE=en

[Other Info]

Old LP reference :
https://bugs.launchpad.net/bugs/573502