From 58472fea6d1a88c864598141e63aac085b83c77b Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 5 Feb 2014 13:49:07 +0200 Subject: Fix the Bulgarian translation's codeset. The codeset of the Bulgarian translation was incorrectly specified as ISO-8859-1 instead of CP1251. This led to incorrect transcoding to UTF-8 and the display of wrong characters in the Fluxbox menu. --- nls/bg_BG/Makefile.am | 4 ++-- nls/bg_BG/Translation.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am index b457b23..5ba8ecb 100644 --- a/nls/bg_BG/Makefile.am +++ b/nls/bg_BG/Makefile.am @@ -1,8 +1,8 @@ # nls/bg_BG/Makefile.am for Fluxbox - www.fluxbox.org THE_LANG = bg_BG -SRC_CODESET = ISO-8859-1 -DEST_CODESETS = ISO-8859-1 UTF-8 +SRC_CODESET = CP1251 +DEST_CODESETS = CP1251 UTF-8 LOCALE_PATH = @LOCALE_PATH@ NLSTEST = @NLS@ diff --git a/nls/bg_BG/Translation.m b/nls/bg_BG/Translation.m index 3c8130f..7b46956 100644 --- a/nls/bg_BG/Translation.m +++ b/nls/bg_BG/Translation.m @@ -1,4 +1,4 @@ -$ codeset=ISO-8859-1 +$ codeset=CP1251 $set 1 #Align -- cgit v0.11.2