This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix Charset comment in fi_FI, fi_FI at euro


Hi,

please see the patch below to fix the Charset comment in fi_FI and
fi_FI@euro. ISO-8859-1 is certainly incorrect with Euro and since SFS-EN
13710 (which we will hopefully support later) specifies a
non-ISO-8859-15 character (ANGSTROM SIGN) it seems best to use UTF-8.

2013-11-26  Marko Myllynen  <myllynen@redhat.com>

	* locales/fi_FI: Fix Charset comment.
	* locales/fi_FI@euro: Likewise.

diff --git a/localedata/locales/fi_FI b/localedata/locales/fi_FI
index f779964..6ea9301 100644
--- a/localedata/locales/fi_FI
+++ b/localedata/locales/fi_FI
@@ -16,7 +16,7 @@ comment_char    %
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Charset: ISO-8859-1
+% Charset: UTF-8
 % Distribution and use is free, also
 % for commercial purposes.
 %
diff --git a/localedata/locales/fi_FI@euro b/localedata/locales/fi_FI@euro
index 76f78ee..ef7f8cd 100644
--- a/localedata/locales/fi_FI@euro
+++ b/localedata/locales/fi_FI@euro
@@ -8,7 +8,7 @@ comment_char    %
 % Date: 2000-08-20
 % Application: general
 % Users: general
-% Charset: ISO-8859-15
+% Charset: UTF-8
 % Distribution and use is free, also
 % for commercial purposes.


-- 
Marko Myllynen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]