[svn:parrot] r48872 - trunk

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Wed Sep 8 22:21:55 UTC 2010


Author: nwellnhof
Date: Wed Sep  8 22:21:54 2010
New Revision: 48872
URL: https://trac.parrot.org/parrot/changeset/48872

Log:
Add deprecation notice for charset opcodes

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Wed Sep  8 22:09:40 2010	(r48871)
+++ trunk/DEPRECATED.pod	Wed Sep  8 22:21:54 2010	(r48872)
@@ -152,6 +152,13 @@
 
 =over 4
 
+=item charset, charsetname, find_charset, trans_charset [eligible in 2.10]
+
+L<https://trac.parrot.org/parrot/ticket/1778>
+
+These opcodes will be removed. The corresponding encoding opcodes should be
+used instead.
+
 =item open and close opcodes will be removed [eligible in 2.7]
 
 L<https://trac.parrot.org/parrot/ticket/1697>


More information about the parrot-commits mailing list