Branch | Commit message | Author | Age | ||||
---|---|---|---|---|---|---|---|
master | perl-install: bytes_heavy.pl was merged into bytes.pm | Jani Välimaa | 3 days | ||||
user/jibz/aarch64 | fix(install): grub2-efi was not found using default_bootloader() | Jybz | 10 months | ||||
distro/mga9 | 18.66 | Martin Whitaker | 18 months | ||||
user/pterjan/arm64 | foo | Pascal Terjan | 21 months | ||||
distro/mga8 | drakxtools/stage2: 18.45: update NEWS | Thomas Backlund | 4 years | ||||
distro/mga7 | 18.21.1 | Thomas Backlund | 6 years | ||||
distro/mga6 | 17.88.3 | Martin Whitaker | 7 years | ||||
topic/extlinux | bootloader: add cma=256M@512M for Raspberry Pi DRM/VC4 | Olivier Blin | 7 years | ||||
topic/switching_to_dnf | perl-install/pkgs.pm: Port 'urpme' call to 'dnf remove' call | Neal Gompa | 7 years | ||||
distro/mga5 | Fix the display of the clock in drakclock (mga#11776) | Frédéric Buclin | 8 years | ||||
user/ennael/mga6 | - Add 60-block.rules in the installer (mga#20074) | Nicolas Lécureuil | 8 years | ||||
user/martinw/mga6 | -rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 18ac805fe..340487493 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -542,8 +542,8 @@ my %charset2kde_font = ( 'iso-8859-9' => [ "adobe-helvetica,12", "courier,10", "adobe-helvetica,11" ], 'iso-8859-15' => [ "adobe-helvetica,12", "courier,10", "adobe-helvetica,11" ], 'gb2312' => [ "default-ming,16" ], - 'euc-jp' => [ "misc-fixed,14", "wadalab-gothic,13" ], - 'euc-kr' => [ "daewoo-gothic,16" ], + 'jisx0208' => [ "misc-fixed,14", "wadalab-gothic,13" ], + 'ksc5601' => [ "daewoo-gothic,16" ], 'Big5' => [ "taipei-fixed,16" ], 'utf_hy' => [ "clearlyu,17" ], 'utf_ka' => [ "clearlyu,17" ], |