#1778: Charset opcodes are deprecated
-------------------------+--------------------------------------------------
 Reporter:  nwellnhof    |       Owner:       
     Type:  deprecation  |      Status:  new  
 Priority:  normal       |   Milestone:       
Component:  core         |     Version:  trunk
 Severity:  medium       |    Keywords:       
     Lang:               |       Patch:       
 Platform:               |  
-------------------------+--------------------------------------------------
Description changed by nwellnhof:

Old description:

> After the charset/encoding merge, the following opcodes can be
> deprecated:
>
> {{{
> - charset
> - charsetname
> - find_charset
> - trans_charset
> }}}
>
> Use the corresponding encoding opcodes instead. The list of supported
> encodings is:
>
> {{{
> - ascii
> - iso-8859-1
> - binary
> - utf8
> - utf16
> - ucs2
> - ucs4
> }}}

New description:

 After the charset/encoding merge, the following opcodes can be deprecated:

 {{{
 charset
 charsetname
 find_charset
 trans_charset
 }}}

 Use the corresponding encoding opcodes instead. The list of supported
 encodings is:

 {{{
 ascii
 iso-8859-1
 binary
 utf8
 utf16
 ucs2
 ucs4
 }}}

 Use the 'utf8' encoding instead of the 'unicode' charset. The 'fixed_8'
 encoding is also going away. Use 'ascii' instead.

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1778#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to