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 Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
convert.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
fromucallback.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getaliases.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getavailable.xml
getdestinationencoding.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getdestinationtype.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
geterrorcode.xml Use int instead of integer in return type 2018-01-25 15:57:18 +00:00
geterrormessage.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getsourceencoding.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getsourcetype.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getstandards.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
getsubstchars.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
reasontext.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
setdestinationencoding.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
setsourceencoding.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
setsubstchars.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
toucallback.xml Generate ext/intl methodsynopses from stubs (UConverter) 2021-09-05 13:28:47 +02:00
transcode.xml Improve documentation of string encoding conversion functions 2022-04-04 12:24:24 +02:00