[MPlayer-translations] r32821 - in trunk: DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/skin/font.c gui/skin/font.h

ib subversion at mplayerhq.hu
Thu Jan 27 19:04:19 CET 2011


Author: ib
Date: Thu Jan 27 19:04:19 2011
New Revision: 32821

Log:
Allow character in the font description file to be in UTF-8.

A character defined in the font description file can be either
an ASCII character, any character in the range of 0x80 to 0xFF
or - to avoid character set problems, and that is recommended -
a character in UTF-8 encoding now.

Non-ASCII characters will be stored in the nonASCIIidx array.
The indices 0..127 of this array correspond to the indices
128..255 of the Fnt array.

(This also settles the "Translate messages shown in the GUI window(s)
from UTF-8" issue.)

Modified:
   trunk/DOCS/xml/de/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/en/skin.xml
   trunk/gui/skin/font.c
   trunk/gui/skin/font.h

Modified: trunk/DOCS/xml/de/skin.xml
==============================================================================
--- trunk/DOCS/xml/de/skin.xml	Thu Jan 27 18:58:58 2011	(r32820)
+++ trunk/DOCS/xml/de/skin.xml	Thu Jan 27 19:04:19 2011	(r32821)
@@ -882,7 +882,7 @@ end
       <literal>char</literal>-Zeichens innerhalb der Grafik fest
       (<literal>0,0</literal> steht für die obere linke Ecke).
       <literal>width</literal> und <literal>height</literal> sind die Maße der
-      Zeichen in Pixel.
+      Zeichen in Pixel. Das Zeichen kann in UTF-8-Kodierung angegeben werden.
     </para>
 
     <para>


More information about the MPlayer-translations mailing list