projman/msgcat.add
2015-10-19 14:27:31 +04:00

19 lines
542 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

÷ÏÔ ÐÉÝÁ ÄÌÑ ÒÁÚÍÙÛÌÅÎÉÊ. õÔÏÞÎÕ. üÔÏÔ ËÏÄ ÐÒÅÄÎÁÚÎÁÞÅÎ ÄÌÑ ÒÁÂÏÔÙ ÐÏÄ Win32 ÐÒÉ ÕÓÌÏ×ÉÉ, ÞÔÏ ×ÅÓÔØ ÔÅËÓÔ ÎÁÂÒÁÎ × koi8-r ËÏÄÉÒÏ×ËÅ. ëÁË ÅÇÏ ÄÏÄÅÌÁÔØ, ÄÕÍÁÀ, ÓÏÏÂÒÁÚÉÛØ ÓÁÍ:
set lang ru
set mc_source {
mcset $lang "File" "æÁÊÌ"
mcset $lang "New..." "îÏ×ÙÊ..."
}
set mc_source [encoding convertto koi8-r $mc_source]
set mc_source [encoding convertfrom cp1251 $mc_source]
eval $mc_source
++++++++++++++++++++++++++
set mc_source [encoding convertto koi8-r $mc_source]
set mc_source [encoding convertfrom [encoding system] $mc_source]