From: nobu@... Date: 2014-08-20T01:38:09+00:00 Subject: [ruby-core:64465] [ruby-trunk - Feature #10152] String#strip doesn't remove non-breaking space Issue #10152 has been updated by Nobuyoshi Nakada. Tracker changed from Bug to Feature Description updated ---------------------------------------- Feature #10152: String#strip doesn't remove non-breaking space https://bugs.ruby-lang.org/issues/10152#change-48411 * 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/