diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-13 12:20:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-13 12:20:37 (GMT) |
commit | 6be0cf66e023bc64e38f0a037a3e74e5d31b18f7 (patch) | |
tree | c3b8b3e3105aec37a09dc3e86e45b3021c5a225c /library/msgs/eo.msg | |
parent | 5ba18ec98dfa4afe775a3f7a7caa8d55774d907d (diff) | |
download | tcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.zip tcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.tar.gz tcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.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/eo.msg')
-rw-r--r-- | library/msgs/eo.msg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/msgs/eo.msg b/library/msgs/eo.msg index 1d2a24f..b9b1500 100644 --- a/library/msgs/eo.msg +++ b/library/msgs/eo.msg @@ -5,15 +5,15 @@ namespace eval ::tcl::clock { "lu"\ "ma"\ "me"\ - "\u0135a"\ + "ĵa"\ "ve"\ "sa"] ::msgcat::mcset eo DAYS_OF_WEEK_FULL [list \ - "diman\u0109o"\ + "dimanĉo"\ "lundo"\ "mardo"\ "merkredo"\ - "\u0135a\u016ddo"\ + "ĵaŭdo"\ "vendredo"\ "sabato"] ::msgcat::mcset eo MONTHS_ABBREV [list \ @@ -24,7 +24,7 @@ namespace eval ::tcl::clock { "maj"\ "jun"\ "jul"\ - "a\u016dg"\ + "aŭg"\ "sep"\ "okt"\ "nov"\ @@ -38,7 +38,7 @@ namespace eval ::tcl::clock { "majo"\ "junio"\ "julio"\ - "a\u016dgusto"\ + "aŭgusto"\ "septembro"\ "oktobro"\ "novembro"\ |