Project

General

Profile

Actions

Bug #2332

closed

Ruby doesn't run properly from unicode folder on windows

Added by vo.x (Vit Ondruch) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-10-15) [i386-mswin32_90]
Backport:
[ruby-core:26525]

Description

=begin
C:>type test.rb
puts "hello"

C:>Ruby\bin\ruby.exe test.rb
hello

C:>раз\Ruby\bin\ruby.exe test.rb
Error loading gem paths on load path in gem_prelude
code converter not found (US-ASCII to UTF-8)
internal:gem_prelude:defaults:48:in exist?' <internal:gem_prelude:defaults>:48:in default_path'
internal:gem_prelude:45:in path' <internal:gem_prelude>:226:in push_all_highest_version_gems_on_load_path'
internal:gem_prelude:300:in `'
hello
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #1685: Some windows unicode path issues remainClosedusa (Usaku NAKAMURA)06/24/2009Actions
Actions #1

Updated by naruse (Yui NARUSE) over 14 years ago

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

=begin
This issue was solved with changeset r25659.
Vit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

=end

Actions

Also available in: Atom PDF

Like0
Like0