Project

General

Profile

Actions

Bug #7544

closed

Accented characters in IRB

Added by cfabianski (Cédric FABIANSKI) over 11 years ago. Updated over 11 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin11.4.2]
Backport:
[ruby-core:50765]

Description

Starting from Ruby 1.9.3 Patchlevel 0 the accented characters are not well handled into IRB

RUBY_VERSION
=> "1.9.3"
RUBY_PATCHLEVEL
=> 0
puts "Cédric"
Cédric
=> nil

RUBY_VERSION
=> "1.9.3"
RUBY_PATCHLEVEL
=> 327
=> puts "C\U+FFC3\U+FFA9dric"
Cdric
=> nil

Note : "\U+FFC3\U+FFA9" is what I'm getting when I try to enter "é"

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0