php-doc-en/reference/intl/uconverter
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
..
construct.xml
convert.xml
fromucallback.xml
getaliases.xml
getavailable.xml
getdestinationencoding.xml
getdestinationtype.xml
geterrorcode.xml
geterrormessage.xml
getsourceencoding.xml
getsourcetype.xml
getstandards.xml
getsubstchars.xml
reasontext.xml
setdestinationencoding.xml
setsourceencoding.xml
setsubstchars.xml
toucallback.xml
transcode.xml Improve documentation of string encoding conversion functions 2022-04-04 12:24:24 +02:00