Project

General

Profile

This project is closed and read-only.

Actions

Feature #2350

closed

Unicode specific functionality on String in 1.9

Feature #2350: Unicode specific functionality on String in 1.9

Added by Manfred (Manfred Stienstra) almost 17 years ago. Updated over 15 years ago.

Status:
Rejected
Assignee:
-
[ruby-core:26650]

Description

=begin
I was wondering is there are any plans to include Unicode aware methods for Unicode encodings on String? For example, upcase and downcase only handle ASCII characters at the moment.

cafe = "Café"
cafe.encoding # => #Encoding:UTF-8
"Café".upcase # => CAFé
=end


Files

signature.asc (207 Bytes) signature.asc Cezary (Cezary Baginski), 03/23/2011 03:23 AM
signature.asc (207 Bytes) signature.asc Cezary (Cezary Baginski), 04/12/2011 08:17 PM
signature.asc (207 Bytes) signature.asc Cezary (Cezary Baginski), 04/12/2011 08:18 PM

Related issues 2 (0 open2 closed)

Related to Ruby - Feature #2034: Consider the ICU Library for Improving and Expanding Unicode SupportRejectednaruse (Yui NARUSE)Actions
Related to Ruby - Bug #4549: Can't start class names with non us-ascii charsRejectedActions
Actions

Also available in: PDF Atom