From: Dreamcat Four Date: 2010-07-21T18:34:15+09:00 Subject: [ruby-core:31399] [Backport #3595] Theres no encoding to differentiate a stream of Binary data from an 8-Bit ASCII string Backport #3595: Theres no encoding to differentiate a stream of Binary data from an 8-Bit ASCII string http://redmine.ruby-lang.org/issues/show/3595 Author: Dreamcat Four Status: Open, Priority: Normal Hi, It would help if we could have a seperate encoding for binary strings to mark them as binary data and not lump it in with ASCII. Why cant we do this? As things stand, I have to re-open String and add an attribute for that. Its silly. ---------------------------------------- http://redmine.ruby-lang.org