From: nobu@... Date: 2014-07-01T18:21:20+00:00 Subject: [ruby-core:63476] [ruby-trunk - Feature #10002] String swapcase Issue #10002 has been updated by Nobuyoshi Nakada. Tracker changed from Bug to Feature ---------------------------------------- Feature #10002: String swapcase https://bugs.ruby-lang.org/issues/10002#change-47520 * Author: Andreas Runk * Status: Open * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- Hi, the ruby version 2.1.2 has a problem with the .swapcase function and german letters. E.g. `"��".swapcase` does return "��" but should be "��". -- https://bugs.ruby-lang.org/