Project

General

Profile

Actions

Feature #10152

open

String#strip doesn't remove non-breaking space

Added by Anonymous over 9 years ago. Updated almost 9 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:64462]

Description

String#strip doesn't remove non-breaking space.

2.1.2 :001 > "\u00A0".strip
 => " " 

Related issues 1 (0 open1 closed)

Related to Ruby master - Feature #10085: Add non-ASCII case conversion to String#upcase/downcase/swapcase/capitalizeClosedduerst (Martin Dürst)Actions

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

  • Tracker changed from Bug to Feature
  • Description updated (diff)

Updated by matz (Yukihiro Matsumoto) over 9 years ago

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

Updated by matz (Yukihiro Matsumoto) over 9 years ago

Current Ruby does not support non ASCII spaces. Maybe 2.2+ would.

Matz.

Actions #4

Updated by ojab (ojab ojab) almost 9 years ago

There is an issue not only for non-breaking space, but also for other unicode spaces, see #7845. For example (excerpt from rails String#squish testcase) %{\u205f\u3000 A string surrounded by various unicode spaces, with tabs(\t\t), newlines(\n\n), unicode nextlines(\u0085\u0085) and many spaces( ). \u00a0\u2007}.
So I think that this ticket should be closed in favour of #7845.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0