Hello all.

During the last week, I've been converting the HTML Entities in phpdoc
to their Unicode counterparts, in connection to
http://news.php.net/php.doc.cvs/8536

"Remove html entities (the english translation no longer uses any.. if
this breaks translations then they should folow the english one, or if
to much work, we can revert this commit)"


In examining the translations, there are a significant number of files
NOT encoded using UTF-8.

As such, embedding a UTF-8 character in these files will produce garbage.

As an English only speaker, I am not confident that my convertion from
ISO encoding to UTF-8 encoding is accurate - and that I have no
realistic way to check.

So, here is a list of all the files requiring someone with the
language skills to look at them and manually convert them.


If someone has a routine that can convert ISO encoded XML to UTF-8
accurately, then I can apply that and then process the entities.


cs/bookinfo.xml
cs/faq/generanl.xml
cs/reference/strings/functions/get-html-translation-table.xml

hk/variables.xml

hu/bookinfo.xml
hu/language/control-structures.xml
hu/reference/image/functions/imagearc.xml
hu/reference/mbstring/functions/mb-strtoupper.xml
hu/reference/recode/functions/recode-string.xml

it/appendices/about.xml
it/appendices/aliases.xml
it/appendices/debugger.xml
it/appendices/migration.xml
it/bookinfo.xml
it/chapters/tutorial.xml
it/features/cookies.xml
it/features/http-auth.xml
it/features/images.xml
it/features/persistent-connections.xml
it/language/basic-syntax.xml
it/language/references.xml
it/reference/apache/functions/apache-lookup-uri.xml
it/reference/array/functions/array-diff.xml
it/reference/array/functions/array-flip.xml
it/reference/array/functions/array-intersect.xml
it/reference/array/functions/array-multisort.xml
it/reference/array/functions/array-pop.xml
it/reference/array/functions/array-reverse.xml
it/reference/array/functions/array-shift.xml
it/reference/array/functions/array-walk.xml
it/reference/array/functions/array.xml
it/reference/array/functions/compact.xml
it/reference/array/functions/current.xml
it/reference/array/functions/in-array.xml
it/reference/array/functions/next.xml
it/reference/array/functions/sort.xml
it/reference/bc/functions/bccomp.xml
it/reference/bzip2/functions/bzread.xml
it/reference/calendar/functions/easter-date.xml
it/reference/calendar/functions/easter-days.xml
it/reference/calendar/functions/gregoriantojd.xml
it/reference/calendar/functions/jddayofweek.xml
it/reference/calendar/functions/juliantojd.xml
it/reference/cpdf/functions/cpdf-import-jpeg.xml
it/reference/crack/functions/crack-check.xml
it/reference/ctype/functions/ctype-alnum.xml
it/reference/ctype/functions/ctype-alpha.xml
it/reference/ctype/functions/ctype-digit.xml
it/reference/ctype/functions/ctype-graph.xml
it/reference/ctype/functions/ctype-lower.xml
it/reference/ctype/functions/ctype-print.xml
it/reference/ctype/functions/ctype-punct.xml
it/reference/ctype/functions/ctype-upper.xml
it/reference/ctype/functions/ctype-xdigit.xml
it/reference/dir/functions/class.dir.xml
it/reference/dir/functions/opendir.xml
it/reference/math/functions/base-convert.xml
it/reference/math/functions/bindec.xml
it/reference/math/functions/dechex.xml
it/reference/math/functions/decoct.xml
it/reference/math/functions/max.xml
it/reference/math/functions/min.xml
it/reference/math/functions/mt-rand.xml
it/reference/math/functions/octdec.xml
it/reference/math/functions/pow.xml
it/reference/math/functions/rand.xml
it/reference/oci8/functions/ocifetchinto.xml
it/reference/strings/functions/ucfirst.xml
it/translation.xml

pr/bookinfo.xml

pt_BR/reference/image/functions/imagearc.xml
pt_BR/reference/strings/functions/lcfirst.xml
pt_BR/reference/strings/functions/ucfirst.xml

sk/bookinfo.xml
sk/reference/cybermut/configure.xml
sk/reference/cybermut/reference.xml


Regards,

Richard Quadling.

-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Reply via email to