svn: /phpdoc/he/trunk/ extensions.ent language-defs.ent translation.xml

[email protected] (Superb Qsubs) Sun, 05 Jun 2011 04:49:50 +0000
Newsgroups php.doc.he
Message-ID <[email protected]>
--908145b73e369ef77239cccfa37a8ce19aedb44a
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

superb                                   Sun, 05 Jun 2011 04:49:50 +0000

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

Log:
I guess it was simply needed to the the <?xml ...> tag to avoid the warning about utf-8.

Changed paths:
    U   phpdoc/he/trunk/extensions.ent
    U   phpdoc/he/trunk/language-defs.ent
    U   phpdoc/he/trunk/translation.xml

Modified: phpdoc/he/trunk/extensions.ent
===================================================================
--- phpdoc/he/trunk/extensions.ent	2011-06-05 03:38:30 UTC (rev 311820)
+++ phpdoc/he/trunk/extensions.ent	2011-06-05 04:49:50 UTC (rev 311821)
@@ -1,5 +1,7 @@
-<!-- $Revision$ -->
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
 <!-- EN-Revision: 290424 Maintainer: Superb Status: ready -->
+<!-- Reviewed: yes -->

 <!--
   Entities for the categorized extension list, so it does not need

Modified: phpdoc/he/trunk/language-defs.ent
===================================================================
--- phpdoc/he/trunk/language-defs.ent	2011-06-05 03:38:30 UTC (rev 311820)
+++ phpdoc/he/trunk/language-defs.ent	2011-06-05 04:49:50 UTC (rev 311821)
@@ -1,5 +1,7 @@
-<!-- $Revision$ -->
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
 <!-- EN-Revision: 298760 Maintainer: Superb Status: ready -->
+<!-- Reviewed: yes -->

 <!-- Part titles used mostly in manual.xml itself -->
 <!ENTITY PHPManual         "מדריך PHP">

Modified: phpdoc/he/trunk/translation.xml
===================================================================
--- phpdoc/he/trunk/translation.xml	2011-06-05 03:38:30 UTC (rev 311820)
+++ phpdoc/he/trunk/translation.xml	2011-06-05 04:49:50 UTC (rev 311821)
@@ -20,7 +20,6 @@
  </translators>

  <work-in-progress>
-  <!-- <file name="language-snippets.ent" person="Superb" type="working" date="20.05.2011"/> -->
  </work-in-progress>

 </translation>
\ No newline at end of file

--908145b73e369ef77239cccfa37a8ce19aedb44a--