<include file="top.lhhtml">
<lconf pos="/char" pagename="char">
<section link="/char">
<locale>
<locale language="en">
From time to time you wan't to use a text, that
contains special characters like "öäü" or other stuff.<br>
In this case the <code>char</code> tag is useful.
</locale>
<locale language="de">
Von Zeit zu Zeit möchtest du vielleicht einen Text in deine
Seite einbauen der Spezielle Zeichen enthält, wie "öäü".<br>
Für diesen Fall gibt es das <code>char</code> Tag.
</locale>
</locale>
<definition title="Char Tag Definition:">
<include file="char.def">
</definition>
<br><br>
<faq title="Option">
<locale>
<locale language="de">
Die einzige Option des Tags ist der Name des verwendeten Zeichensatzes,
der nach HTML konvertiert werden soll. Beim Deutschen ist es wohl "latin1"
das Mittel der Wahl.<br>
Da aber die Zeichensatz Konvertierung durch die recode Biblothek realisiert
wird, verweise ich bei den möglichen Zeichensätzen auf die man page von recode.
<br>
Hier ist nur noch einmal eine Liste der von der aktuellen recode Biblothek
untersctützen Zeichensätze:
</locale>
<locale language="en">
The only option of this tag is the name of the actual used character set,
that has to be converted to HTML. when using the german the character set of your
choise would be "latin1".<br>
The character set conversion is realiced by the recode lib. So if you wan't to know
the supported char set's have a look at the man page.<br>
There is a list of all currently supported character sets:
</locale>
</locale>
<a href="recode-char-set.txt">recode-char-set.txt</a>
</faq>
<example mode="sfixed">
<lang de text="// davor">
<lang en text="// before"><br>
<char latin1><br>
hello, this is <b>funny</b> ÜÖä<br>
</char><br>
<br><br>
<lang de text="// dannach">
<lang en text="// after"><br>
<char latin1>
hello, this is <b>funny</b> ÜÖä äöü
</char><br>
</example>
<br><br>
<locale>
<locale language="en">
You'll detect fast that the <code>char</code> tag is not useful
for converting all the special characters like ÖÜä in you page.<br>
The usefule workarounds are discribed at the Examples: <docu>
</locale>
<locale language="de">
Du wirst schnell festellen, dass das <code>char</code> Tag nicht dazu
geeignet ist alle Umlaute wie ÖÄü auf deiner Seite zu konvertieren.<br>
Aber dazu gibt es Workarounds die bei den Beispielen beschrieben werden:
<docu>
</locale>
</locale>
</section>
|