Hallo Egon,
Tuesday, April 02, 2002, 2:07:50 PM, you wrote: > From: "Friedhelm Betz" <[EMAIL PROTECTED]> >> Modified files: >> /phpdoc/en/language variables.xml >> Log: >> typo fix >> >> Index: phpdoc/en/language/variables.xml >> diff -u phpdoc/en/language/variables.xml:1.42 > phpdoc/en/language/variables.xml:1.43 >> --- phpdoc/en/language/variables.xml:1.42 Thu Mar 28 12:16:45 2002 >> +++ phpdoc/en/language/variables.xml Tue Apr 2 06:32:26 2002 >> @@ -1,5 +1,5 @@ >> <?xml version="1.0" encoding="iso-8859-1"?> >> -<!-- $Revision: 1.42 $ --> >> +<!-- $Revision: 1.43 $ --> >> <chapter id="language.variables"> >> <title>Variables</title> >> >> @@ -608,7 +608,7 @@ >> <select multiple name="beer[]"> >> <option value="warthog">Warthog >> <option value="guinness">Guinness >> - <option value="stuttgarter">Stuttgarter Schwabenbräu >> + <option value="stuttgarter">Stuttgarter Schwabenbräu >> </select> >> <input type="submit"> >> </form> > Please revert this patch. Our native English speakers doesnt see a > "ä". In the German PHP manual it is okay, but not in the English > manual. Sorry, forgot to mention the above is enclosed by CDATA-Tags and there should be no html-entities :-) and schwabenbräu is very important and should also rendered correctly for the en-people:-). For now it does not look like the real Schwabenbräu: http://www.php.net/manual/en/language.variables.external.php Friedhelm