Project

General

Profile

Actions

Bug #606

closed

Ruby Fails to Transcode Empty Strings

Added by JEG2 (James Gray) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
Backport:
[ruby-core:18993]

Description

=begin
$ ruby_dev -ve 'p "abc".encode("Big5"); p "".encode("Big5")'
ruby 1.9.0 (2008-09-27 revision 0) [i386-darwin9.5.0]
"abc"
-e:1:in encode': code converter not found (UTF-8 to Big5) (Encoding::ConverterNotFoundError) from -e:1:in '
=end

Actions #1

Updated by nobu (Nobuyoshi Nakada) over 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r19604.
=end

Actions #2

Updated by duerst (Martin Dürst) over 15 years ago

  • Assignee set to duerst (Martin Dürst)

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0