Actions
Bug #1370
closedin `glob': invalid byte sequence in UTF-8
Description
=begin
Code page is CP949 and file name is "\xC7\xD1.exe"
Here is sample code:
encoding: UTF-8¶
a = Dir.glob('') # success
p a
a = Dir.glob('.exe') # fail
p a
The output is:
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32]
["\xC7\xD1.exe"]
/work/gl.rb:4:in glob': invalid byte sequence in UTF-8 (ArgumentError) from /work/gl.rb:4:in
'
=end
Updated by naruse (Yui NARUSE) over 15 years ago
- Status changed from Open to Closed
=begin
This problem is fixed in Ruby 1.9.2.
=end
Actions
Like0
Like0Like0