#1808: PIR string literals with charset and encoding are deprecated
-------------------------+--------------------------------------------------
 Reporter:  nwellnhof    |       Owner:  nwellnhof
     Type:  deprecation  |      Status:  new      
 Priority:  normal       |   Milestone:  2.10     
Component:  core         |     Version:  2.8.0    
 Severity:  medium       |    Keywords:           
     Lang:               |       Patch:           
 Platform:               |  
-------------------------+--------------------------------------------------
 PIR string literals of the form

 {{{
 encoding:charset:"string"
 }}}

 are deprecated. They can be replaced with

 {{{
 encoding:"string"
 }}}

 The encoding should be one of the new unified encodings.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1808>
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