[ruby-core:63970] [ruby-trunk - Feature #10002] String swapcase

From: duerst@...
Date: 2014-07-23 11:07:13 UTC
List: ruby-core #63970
Issue #10002 has been updated by Martin Dürst.

Related to Feature #10085: Add non-ASCII case conversion to String#upcase/downcase/swapcase/capitalize added

----------------------------------------
Feature #10002: String swapcase
https://bugs.ruby-lang.org/issues/10002#change-47989

* 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/

In This Thread

Prev Next