-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Labels
Description
Hello,
Running command:
C:\Users\vita.pik\rubies\Ruby-193-dev\lib\ruby\gems\1.9.1\gems\bundler-1.0.9>rdoc --op C:/Users/vita/.pik/rubies/Ruby-193-dev/lib/ruby/gems/1.9.1/doc/bundler-1.0.9/rdoc lib --title="bundler-1.0.9 Documentation" -v --debug 2> \temp\rdoc.log
to install Bundler documentation produces following codepage conversion error: http://pastie.org/1506876
C:\>rdoc --version
rdoc 3.1
C:\>ruby --version
ruby 1.9.3dev (2011-01-28) [i386-mingw32]
C:\>chcp
Aktivní znaková stránka: 852
Changing codepage to 65001 (utf-8) does not produce the error. However it is mystery to me why should documentation generation depend on current console codepage.