[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: ruby_incpush with unicode in embedded ruby app

Yukihiro Matsumoto

3/21/2007 11:09:00 PM

Hi,

In message "Re: ruby_incpush with unicode in embedded ruby app"
on Thu, 22 Mar 2007 05:35:07 +0900, "mr.mohammed@gmail.com" <mr.mohammed@gmail.com> writes:

|I have an application that has embedded ruby. I want to call
|ruby_incpush using a utf8 string to specify the path. How should I do
|this?

Just add it as normal strings, if path encoding on your platform is
UTF-8.

matz.