1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-28 18:43:16 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Yoshinari Takaoka 1b92d2dd7c 最終的に、全体を「拡張モジュール」に統一することとした
closes: #24
2022-10-17 22:00:50 +09:00
Yoshinari Takaoka 824f171884 未訳だったサンプルのタイトルも追随 2022-08-12 06:24:07 +09:00
Yoshinari Takaoka 3a5bdfd8b6 翻訳し忘れを追随 2022-08-12 06:20:27 +09:00
Yoshinari Takaoka 1011b18069 [PHP 8.2] Deprecate utf8_* functions
https://github.com/php/doc-en/commit/b6f10b97e0d9405144b6100110e935af24161ab6
2022-08-12 06:13:08 +09:00
Yoshinari Takaoka 9fb90c6cea Fix section order issues introduced by https://github.com/php/doc-en/commit/99d758bd259fa80c2828cf8cc250984cb683ee8f
https://github.com/php/doc-en/commit/a223531900823441f82d178ca4e94c0444f24576
2022-04-05 19:26:14 +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