[#24105] [Bug #1711] Marshal Failing to Round-Trip Certain Recurisve Data Structures — Run Paint Run Run <redmine@...>

Bug #1711: Marshal Failing to Round-Trip Certain Recurisve Data Structures

9 messages 2009/07/01

[#24116] [Bug #1715] Numeric#arg for NaN is Inconsistent Across Versions — Run Paint Run Run <redmine@...>

Bug #1715: Numeric#arg for NaN is Inconsistent Across Versions

10 messages 2009/07/02

[#24240] [Bug #1755] IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8 — Run Paint Run Run <redmine@...>

Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8

8 messages 2009/07/09

[#24321] [Bug #1773] Gem path doesn't honor user gem? — Lin Jen-Shin <redmine@...>

Bug #1773: Gem path doesn't honor user gem?

12 messages 2009/07/14

[#24390] [Feature #1784] More encoding (Big5 series) support? — Lin Jen-Shin <redmine@...>

Feature #1784: More encoding (Big5 series) support?

12 messages 2009/07/16

[#24467] Re: [ruby-cvs:31226] Ruby:r24008 (ruby_1_8_6): Removed private on to_date and to_datetime. — Urabe Shyouhei <shyouhei@...>

Hello.

10 messages 2009/07/21

[#24472] [Feature #1800] rubygems can replace system executable files — Kazuhiro NISHIYAMA <redmine@...>

Feature #1800: rubygems can replace system executable files

13 messages 2009/07/21

[#24530] [Feature #1811] Default BasicSocket.do_not_reverse_lookup to true — Roger Pack <redmine@...>

Feature #1811: Default BasicSocket.do_not_reverse_lookup to true

9 messages 2009/07/23

[#24624] [Bug #1844] Immediates Should Not Respond to :dup — Run Paint Run Run <redmine@...>

Bug #1844: Immediates Should Not Respond to :dup

15 messages 2009/07/30

[ruby-core:24328] Re: [Bug #1771] system()/popen()/popen3() & windows & unicode is not working

From: rogerdpack <rogerdpack@...>
Date: 2009-07-14 13:15:04 UTC
List: ruby-core #24328
> # encoding: UTF-8
>
> fname =3D "c=E1=BB=A7a_zuf=C3=A4llige_=C5=BElu=C5=A5ou=C4=8Dk=C3=BD_=E1=
=83=92=E1=83=90=E1=83=9B=E1=83=94=E1=83=9D=E1=83=A0=E1=83=94=E1=83=91_=D1=
=80=D0=B0=D0=B7=D0=BB=D0=BE=D0=B3=D0=B0_=E5=92=8C=E6=96=B0=E5=8A=A0=E5=9D=
=A1=E4=BB=A5=E5=8F=8A=E4=B8=9C.txt"
>
> system("notepad.exe #{fname}")
> IO.popen("notepad.exe #{fname}")
> Open3.popen3("notepad.exe #{fname}")
> ---------------------------------------
>
> I tried to open notepad from command line with same parameters and it wor=
ks.

What is the output?  What if you surround the filename with quotes?
What about something like system("echo", "*") [1]

Thanks.

=3Dr
[1] http://rubydoc.ruby-forum.com/doc/ruby-1.9.1-p129/classes/Kernel.html#M=
002830

In This Thread

Prev Next