Project

General

Profile

Actions

Feature #10051

open

nbsp isn't remove with trim

Added by basvodde (Bas Vodde) over 9 years ago. Updated over 9 years ago.

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

Description

When I have a nbsp character in a string and call strip on it, it will not remove it even though is would could as a whitespace.

E.g.

Nokogiri.HTML(" ").text.strip

results in " " and should result in ""

Updated by nobu (Nobuyoshi Nakada) over 9 years ago

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

Currently methods of String don't deal with Unicode properties.
Possibly some gems might be available.

Actions

Also available in: Atom PDF

Like0
Like0