From: matz@... Date: 2014-08-20T01:41:45+00:00 Subject: [ruby-core:64469] [ruby-trunk - Feature #10152] String#strip doesn't remove non-breaking space Issue #10152 has been updated by Yukihiro Matsumoto. Current Ruby does not support non ASCII spaces. Maybe 2.2+ would. Matz. ---------------------------------------- Feature #10152: String#strip doesn't remove non-breaking space https://bugs.ruby-lang.org/issues/10152#change-48415 * 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/