svn: /phpdoc/de/trunk/ language/variables.xml reference/image/functions/imagearc.xml reference/imap/functions/imap-createmailbox.xml reference/ingres-ii/functions/ingres-connect.xml reference/ingres-ii/functions/ingres-set-environment.xml reference/recode/functions/recode-string.xml reference/strings/functions/get-html-translation-table.xml reference/strings/functions/htmlentities.xml

[email protected] (Richard Quadling)
Newsgroups php.doc.de
Message-ID <[email protected]>
rquadling                                Thu, 28 Jul 2011 16:31:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313893

Log:
htmlentity => utf-8

Changed paths:
    U   phpdoc/de/trunk/language/variables.xml
    U   phpdoc/de/trunk/reference/image/functions/imagearc.xml
    U   phpdoc/de/trunk/reference/imap/functions/imap-createmailbox.xml
    U   phpdoc/de/trunk/reference/ingres-ii/functions/ingres-connect.xml
    U   phpdoc/de/trunk/reference/ingres-ii/functions/ingres-set-environment.xml
    U   phpdoc/de/trunk/reference/recode/functions/recode-string.xml
    U   phpdoc/de/trunk/reference/strings/functions/get-html-translation-table.xml
    U   phpdoc/de/trunk/reference/strings/functions/htmlentities.xml

Modified: phpdoc/de/trunk/language/variables.xml
===================================================================
--- phpdoc/de/trunk/language/variables.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/language/variables.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -98,7 +98,7 @@
 <?php
 $foo = 'Bob';             // 'Bob' der Variablen $foo zuweisen.
 $bar = &$foo;             // Zeiger auf $foo in $bar erzeugen.
-$bar = "Ich hei&szlig;e $bar";  // $bar verändern...
+$bar = "Ich heiße $bar";  // $bar verändern...
 echo $bar;
 echo $foo;                // $foo wurde dadurch ebenfalls verändert.
 ?>

Modified: phpdoc/de/trunk/reference/image/functions/imagearc.xml
===================================================================
--- phpdoc/de/trunk/reference/image/functions/imagearc.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/image/functions/imagearc.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -74,7 +74,7 @@
      <listitem>
       <para>
        Der Endwinkel des Bogens, in Grad.
-       0&deg; liegt in der Drei-Uhr-Position und der Bogen wird im Uhrzeigersinn
+       0° liegt in der Drei-Uhr-Position und der Bogen wird im Uhrzeigersinn
        gezeichnet.
       </para>
      </listitem>

Modified: phpdoc/de/trunk/reference/imap/functions/imap-createmailbox.xml
===================================================================
--- phpdoc/de/trunk/reference/imap/functions/imap-createmailbox.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/imap/functions/imap-createmailbox.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -54,7 +54,7 @@
      or die("can't connect: " . imap_last_error());

 $name1 = "phpnewbox";
-$name2 = imap_utf7_encode("phpnewb&ouml;x");
+$name2 = imap_utf7_encode("phpnewböx");

 $newname = $name1;


Modified: phpdoc/de/trunk/reference/ingres-ii/functions/ingres-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/ingres-ii/functions/ingres-connect.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/ingres-ii/functions/ingres-connect.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -223,7 +223,7 @@
            <entry>money_sign</entry>
            <entry><type>string</type></entry>
            <entry>Das Währungssymbol, das mit dem Datentyp MONEY benutzt wird.</entry>
-           <entry>&euro;</entry>
+           <entry>€</entry>
           </row>
           <row valign="top">
            <entry><type>integer</type></entry>

Modified: phpdoc/de/trunk/reference/ingres-ii/functions/ingres-set-environment.xml
===================================================================
--- phpdoc/de/trunk/reference/ingres-ii/functions/ingres-set-environment.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/ingres-ii/functions/ingres-set-environment.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -115,7 +115,7 @@
            <entry>money_sign</entry>
            <entry><type>string</type></entry>
            <entry>Das Währungssymbol, das mit dem Datentyp MONEY benutzt wird.</entry>
-           <entry>&euro;</entry>
+           <entry>€</entry>
           </row>
           <row valign="top">
            <entry>money_precision</entry>

Modified: phpdoc/de/trunk/reference/recode/functions/recode-string.xml
===================================================================
--- phpdoc/de/trunk/reference/recode/functions/recode-string.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/recode/functions/recode-string.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -61,7 +61,7 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-echo recode_string("us..flat", "Der folgende Buchstabe hat ein diakritisches Zeichen: &aacute;");
+echo recode_string("us..flat", "Der folgende Buchstabe hat ein diakritisches Zeichen: á");
 ?>
 ]]>
     </programlisting>

Modified: phpdoc/de/trunk/reference/strings/functions/get-html-translation-table.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/get-html-translation-table.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/strings/functions/get-html-translation-table.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -91,7 +91,7 @@
     &example.outputs;
     <screen>
 <![CDATA[
-Hallo &amp; &lt;Frau&gt; &amp; Kr&auml;mer
+Hallo &amp; &lt;Frau&gt; &amp; Krämer
 ]]>
     </screen>
    </example>

Modified: phpdoc/de/trunk/reference/strings/functions/htmlentities.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/htmlentities.xml	2011-07-28 16:27:30 UTC (rev 313892)
+++ phpdoc/de/trunk/reference/strings/functions/htmlentities.xml	2011-07-28 16:31:03 UTC (rev 313893)
@@ -156,10 +156,10 @@
 <?php
 $str = "Ein 'Anführungszeichen' ist <b>fett</b>";

-// Gibt aus: Ein 'Anf&uuml;hrungszeichen' ist &lt;b&gt;fett&lt;/b&gt;
+// Gibt aus: Ein 'Anführungszeichen' ist &lt;b&gt;fett&lt;/b&gt;
 echo htmlentities($str);

-// Gibt aus: Ein &#039;Anf&uuml;hrungszeichen&#039; ist &lt;b&gt;fett&lt;/b&gt;
+// Gibt aus: Ein &#039;Anführungszeichen&#039; ist &lt;b&gt;fett&lt;/b&gt;
 echo htmlentities($str, ENT_QUOTES);
 ?>
 ]]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.