Gustavo André dos Santos Lopes
f5413e36e9
- Improve htmlspecialchars() and html_entity_decode() docs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326281 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-21 13:17:23 +00:00
Jakub Vrana
4effeb4d1f
HTML functions use encoding, not character set
...
E.g. ISO-8859-1 is both character set and encoding but UTF-8 is encoding of Unicode character set.
See also http://bugs.php.net/61116
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323270 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:55:01 +00:00
Nikita Popov
de64548759
Update html_entity_decode() and htmlspecialchars_decode() docs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322906 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:32:07 +00:00
Gustavo André dos Santos Lopes
71b49c3573
- html_entity_decode claimed to have had its default encoding changed from latin1 to UTF-8 in
...
PHP 5.3.3; this is not true, as the change was only operated in PHP 5.4. Changed accordingly.
- Documented the behavior of encoding autodection when an empty string is passed as the
"charset" parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312428 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-24 09:00:51 +00:00
Jakub Vrana
9e07fbf45c
Default charset is now UTF-8, use <initializer>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308101 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-07 15:13:02 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
ed67b3c502
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Jakub Vrana
5730e7a2fa
Initializers - part 5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Stanislav Yordanov
e7bd2a521f
typo mutli->multi
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244325 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-17 10:18:30 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
e727ac1f60
ref.strings (.* => .*): Switch to new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237778 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 19:01:57 +00:00
Mehdi Achour
30fae20937
WS, prepare for new doc style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237777 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 19:01:26 +00:00
Nuno Lopes
5c5a83727a
fix #40155 : fix example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228031 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-24 11:08:02 +00:00
Jakub Vrana
362e22f417
MBCS not supported in PHP < 5 (bug #32768 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195244 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-06 08:27:42 +00:00
Jakub Vrana
08443590ff
Replace numeric entities in userland function (spotted by Goba)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190478 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-11 08:33:42 +00:00
Hakan Kuecuekyilmaz
f9254963f8
removed doubled reference to htmlspecialchars
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153654 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-14 16:28:30 +00:00
Kenneth Schwartz
95de85408a
corrected versioning error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152918 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-04 15:25:15 +00:00
Mehdi Achour
45a0f65851
CS : Function declarations follow the 'one true brace' convention
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Dave Barr
a49c33ff31
- html -> HTML where appropriate.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147048 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 01:05:43 +00:00
Mehdi Achour
27960e632c
Merry XHTML and CS compliant christmas all \!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Friedhelm Betz
6773d9e51a
fix for bug #21592 , list of supported charsets added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118785 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-03 18:03:13 +00:00
Derick Rethans
23b5980411
- Add note on
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109281 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-28 15:52:27 +00:00
Philip Olson
9fb25d28f3
Fix typos from last commit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104796 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-18 17:26:12 +00:00
Philip Olson
6bb0c789a0
Initial documentation. This also closes bug #20093
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104690 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-18 09:28:42 +00:00