From: "James M. Lawrence" Date: 2011-08-01T02:57:04+09:00 Subject: [ruby-core:38628] [Backport92 - Backport #4489] [PATCH] Encodings with /-(unix|dos|mac)\Z/ Issue #4489 has been updated by James M. Lawrence. As a reminder, my last message said: This should not be filed under backports. Trunk has a bug. UTF-8-MAC and UTF8-MAC are no longer aliases. Apply patch http://redmine.ruby-lang.org/issues/4489#note-7 Trunk still has this bug, and the patch still applies cleanly. ---------------------------------------- Backport #4489: [PATCH] Encodings with /-(unix|dos|mac)\Z/ http://redmine.ruby-lang.org/issues/4489 Author: James M. Lawrence Status: Closed Priority: Normal Assignee: Yuki Sonoda Category: Target version: =begin The *-dos and *-mac meta-encodings were not being recognized. utf-8-mac is a special case since it corresponds to a real encoding; its meta-encoding is utf-8-mac-mac. =end -- http://redmine.ruby-lang.org