rfc:remove_utf_8_decode_encode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:remove_utf_8_decode_encode [2016/09/09 05:17] – Add documentation proposal yohgakirfc:remove_utf_8_decode_encode [2022/02/20 18:52] – mark as Abandoned imsop
Line 1: Line 1:
-====== PHP RFC: Remove utf8_decode() and utf8_encode() ======+====== PHP RFC: Deprecate utf8_decode() and utf8_encode() ======
   * Version: 0.9   * Version: 0.9
   * Date: 2016-08-15   * Date: 2016-08-15
   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>
-  * Status: Under Discussion+  * Status: Abandoned
   * First Published at: http://wiki.php.net/rfc/remove_utf_8_decode_encode   * First Published at: http://wiki.php.net/rfc/remove_utf_8_decode_encode
  
Line 42: Line 42:
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
  
-Programs use utf8_decode() and utf8_encode() for ISO-8859-1 to/from UTF-8 conversion must use other encoding conversion function available. e.g. mb_convert_encoding()+Programs use utf8_decode() and utf8_encode() for ISO-8859-1 to/from UTF-8 conversion should use other encoding conversion function available. e.g. mb_convert_encoding()
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
rfc/remove_utf_8_decode_encode.txt · Last modified: 2022/02/20 18:53 by imsop