From: matz@... Date: 2014-08-20T01:39:44+00:00 Subject: [ruby-core:64466] [ruby-trunk - Feature #10152] String#strip doesn't remove non-breaking space Issue #10152 has been updated by Yukihiro Matsumoto. Related to Feature #10085: Add non-ASCII case conversion to String#upcase/downcase/swapcase/capitalize added ---------------------------------------- Feature #10152: String#strip doesn't remove non-breaking space https://bugs.ruby-lang.org/issues/10152#change-48412 * Author: Adrian Mazur * Status: Open * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- String#strip doesn't remove non-breaking space. ~~~ruby 2.1.2 :001 > "\u00A0".strip => "��" ~~~ -- https://bugs.ruby-lang.org/