Yoshinari Takaoka
c811d09cec
[ext/mbstring] followed all updates made on or after November 13, 2024.
...
https://github.com/php/doc-en/commits/master/reference/mbstring
2025-08-22 20:50:26 +09:00
Yoshinari Takaoka
eae74b5c3a
Added missing space in mb_(convert|detect)_encoding() description
...
https://github.com/php/doc-en/commit/2c17cef6e71c3d85011319cde128cc4edf89a053
2024-01-21 16:44:23 +09:00
Yoshinari Takaoka
dded9c0ccf
Add PHP 8.2 changelog entry to mb_convert_encoding and mb_detect_encoding
...
https://github.com/php/doc-en/commit/cfb4b1ea25c30737396bdf7493e1f489853f1f69
2024-01-21 16:18:14 +09:00
Yoshinari Takaoka
23fdeaee9b
Improve documentation of a few functions which had &warn.undocumented.func;
...
https://github.com/php/doc-en/commit/77a60306bc47d2151ebca7e6983897a0371a9671
2023-06-17 11:28:51 +09:00
Yoshinari Takaoka
006f695931
Improve documentation of string encoding conversion functions
...
- Move utf8_encode and utf8_decode into the strings chapter, since
they were moved out of the XML extension in 7.2
- Recommend mb_convert_encoding, iconv, and UConverter::transcode
when mentioning encoding in passing
- Document UConverter::transcode, based on examination of source
and upstream ICU docs
- Make the language used more consistent, e.g. "convert" rather
than "encode"/"decode", "encoding" rather than "charset"
https://github.com/php/doc-en/commit/99d758bd259fa80c2828cf8cc250984cb683ee8f
2022-04-04 22:36:51 +09:00
Yoshinari Takaoka
64b6ceceff
Fix #80671 : Update mb_convert_encoding
...
* Update `mb_convert_encoding` changelog
Now throws `ValueError` if either $to_encoding or $from_encoding
are passed an invalid encoding, this change was introduced in PHP 8.0
* Add errors section to `mb_convert_encoding`
Co-authored-by: George Peter Banyard <girgias@php.net >
Closes php/doc-en#582
2021-05-03 19:26:48 +09:00
Yoshinari Takaoka
556f905064
Fix order of sections
...
Also, one example section is enough.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352040 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 18:42:49 +00:00
Yoshinari Takaoka
5e7aab1712
Generate ext/mbstring methodsynopses based on stubs
...
Closes GH-190.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352036 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 18:33:55 +00:00
Yoshinari Takaoka
c6fe1fd3fc
sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348715 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-28 12:43:54 +00:00
TAKAGI Masahiro
896b0e3d4a
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@331389 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-13 23:21:45 +00:00
TAKAGI Masahiro
8409a16787
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@308243 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 00:47:13 +00:00
Torben Wilson
5ba20ff84e
Resynched with en (bumped EN-Revision and updated sgml-default-dtd-file).
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@288881 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-28 05:30:52 +00:00
Nilgün Belma Bugüner
98b43120e8
changed EN-Revision tag as cvs2svn;
...
fixed svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@283953 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-12 17:22:16 +00:00
TAKAGI Masahiro
28ea873b81
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@247857 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-09 22:11:12 +00:00
TAKAGI Masahiro
2858ce168c
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@243729 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-07 00:47:49 +00:00
Hannes Magnusson
d0ac585542
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
- Bump EN-Revision where appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@238266 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-22 14:32:58 +00:00
TAKAGI Masahiro
97d4b3b8bf
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@193050 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-11 12:42:03 +00:00
Rui Hirokawa
c1d753be2a
modified the misused kanji.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@176274 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-02 07:23:48 +00:00
Rui Hirokawa
c40a460a29
translated sync tag into En-Revision.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@173331 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 04:45:51 +00:00
Moriyoshi Koizumi
40d6ed86b3
Let's unify them :)
...
# sorry for the huge commit
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@134146 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-04 00:06:52 +00:00
Hartmut Holzgraefe
f1296cb009
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@78214 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 01:18:44 +00:00