4 Commits

Author SHA1 Message Date
Rowan Tommins
b676d0b9c9 Deprecation and alternatives for utf8_encode and utf8_decode (#2107) 2023-05-16 21:47:16 +01:00
Sergey Panteleev
b6f10b97e0 [PHP 8.2] Deprecate utf8_* functions (#1743) 2022-08-11 13:24:18 +03:00
George Peter Banyard
a223531900 Fix section order issues introduced by 99d758bd25 2022-04-04 18:05:11 +01:00
Rowan Tommins
99d758bd25 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"

Closes GH-1418.
2022-04-04 12:24:24 +02:00