1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 15:12:22 +01:00

9 Commits

Author SHA1 Message Date
Yoshinari Takaoka
4773312462 [ext/strings] followed all updates made on or after November 1, 2024.
- WASM の example 修正
- number_format まわりの誤訳
- その他細かい修正全てに追随

https://github.com/php/doc-en/commits/master/reference/strings
2025-08-23 15:55:59 +09:00
Yoshinari Takaoka
5a71ac7ce4 Deprecation and alternatives for utf8_encode and utf8_decode
b676d0b9c9#
2023-05-17 20:51:08 +09:00
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
b6f10b97e0
2022-08-12 06:13:08 +09:00
Yoshinari Takaoka
324745beeb fixed typo 2022-04-06 15:22:31 +09:00
Yoshinari Takaoka
9fb90c6cea Fix section order issues introduced by 99d758bd25
a223531900
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"

99d758bd25
2022-04-04 22:36:51 +09:00