summaryrefslogtreecommitdiffstats
path: root/library/msgs/fi.msg
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-13 12:20:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-13 12:20:37 (GMT)
commit376e19aa5f5a32fa46e67e6c9f7d73b47f729426 (patch)
treec3b8b3e3105aec37a09dc3e86e45b3021c5a225c /library/msgs/fi.msg
parent9f8e844f9c423ce1ff450461016db86873db4a45 (diff)
downloadtcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.zip
tcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.tar.gz
tcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.tar.bz2
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans.
TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
Diffstat (limited to 'library/msgs/fi.msg')
-rw-r--r--library/msgs/fi.msg8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/msgs/fi.msg b/library/msgs/fi.msg
index acabba0..69be367 100644
--- a/library/msgs/fi.msg
+++ b/library/msgs/fi.msg
@@ -22,8 +22,8 @@ namespace eval ::tcl::clock {
"maalis"\
"huhti"\
"touko"\
- "kes\u00e4"\
- "hein\u00e4"\
+ "kesä"\
+ "heinä"\
"elo"\
"syys"\
"loka"\
@@ -36,8 +36,8 @@ namespace eval ::tcl::clock {
"maaliskuu"\
"huhtikuu"\
"toukokuu"\
- "kes\u00e4kuu"\
- "hein\u00e4kuu"\
+ "kesäkuu"\
+ "heinäkuu"\
"elokuu"\
"syyskuu"\
"lokakuu"\