# HG changeset patch
# User ib
# Date 1312451470 0
# Node ID 1b795ff832d65a7f3678e101748cb310f76179d2
# Parent c11ca83a9965b7c354b568e6eab4ad32a0721482
Clarify the encoding to be used in the font description file.
diff -r c11ca83a9965 -r 1b795ff832d6 DOCS/xml/de/skin.xml
--- a/DOCS/xml/de/skin.xml Sun Jul 31 23:23:12 2011 +0000
+++ b/DOCS/xml/de/skin.xml Thu Aug 04 09:51:10 2011 +0000
@@ -870,7 +870,7 @@
Zeichens (hier mit char bezeichnet) innerhalb der Grafik fest
(0,0 steht für die obere linke Ecke).
width und height sind die Maße des
- Zeichens in Pixel. Das Zeichen kann in UTF-8-Kodierung angegeben werden.
+ Zeichens in Pixel. Das Zeichen char wird in UTF-8-Kodierung angegeben.
diff -r c11ca83a9965 -r 1b795ff832d6 DOCS/xml/en/skin.xml
--- a/DOCS/xml/en/skin.xml Sun Jul 31 23:23:12 2011 +0000
+++ b/DOCS/xml/en/skin.xml Thu Aug 04 09:51:10 2011 +0000
@@ -737,8 +737,8 @@
Here X and Y specify the position of the
char character in the image (0,0 is the
upper left corner). width and height are
-the dimensions of the character in pixels. The character may be in UTF-8
-encoding.
+the dimensions of the character in pixels. The character char
+shall be in UTF-8 encoding.