[svn:parrot] r49114 - branches/gc_massacre

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Sep 17 23:49:42 UTC 2010


Author: bacek
Date: Fri Sep 17 23:49:41 2010
New Revision: 49114
URL: https://trac.parrot.org/parrot/changeset/49114

Log:
Add deprecation notice for fixed_8 encoding.

Modified:
   branches/gc_massacre/DEPRECATED.pod

Modified: branches/gc_massacre/DEPRECATED.pod
==============================================================================
--- branches/gc_massacre/DEPRECATED.pod	Fri Sep 17 23:49:29 2010	(r49113)
+++ branches/gc_massacre/DEPRECATED.pod	Fri Sep 17 23:49:41 2010	(r49114)
@@ -161,6 +161,14 @@
 These opcodes will be removed. The corresponding encoding opcodes should be
 used instead.
 
+=item fixed_8 encoding [eligible in 2.10]
+
+L<https://trac.parrot.org/parrot/ticket/1778>
+
+The 'fixed_8' encoding is going away. Use 'ascii' instead. If you want to test
+for a fixed_8 encoding, you have to compare the encoding to 'ascii',
+'iso-8859-1' and 'binary' separately.
+
 =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