Changes between Initial Version and Version 1 of Ticket #52041
- Timestamp:
- 12/12/2020 02:37:18 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52041
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #52041 – Description
initial v1 2 2 3 3 IDNAEncoder.php 4 5 /**4 {{{ 5 51 /** 6 6 52 * Convert a UTF-8 string to an ASCII string using Punycode 7 7 53 * … … 14 14 60 * @return string ASCII string 15 15 61 */ 16 }}}