From: nvll@... Date: 2014-08-19T15:20:37+00:00 Subject: [ruby-core:64462] [ruby-trunk - Bug #10152] [Open] String#strip doesn't remove non-breaking space Issue #10152 has been reported by Adrian Mazur. ---------------------------------------- Bug #10152: String#strip doesn't remove non-breaking space https://bugs.ruby-lang.org/issues/10152 * Author: Adrian Mazur * Status: Open * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- String#strip doesn't remove non-breaking space. ~~~ 2.1.2 :001 > "\u00A0".strip => "��" ~~~ -- https://bugs.ruby-lang.org/