Thank you Duncan, Romain and Gustavo for referring me to both:
URLencode
and
curlEscape

I see that both functions work great for English, but fail to provide with
the proper translation for Hebrew characters.

For example, the word
שלום
(Peace, in Hebrew)
Should be this:
%D7%A9%D7%9C%D7%95%D7%9D
But instead, both commands translate it to:
URLencode("שלום")
%f9%ec%e5%ed

What do you suggest?  (write it myself, or is there something pre-made)

Thanks again for the help,
Tal



----------------Contact
Details:-------------------------------------------------------
Contact me: tal.gal...@gmail.com |  972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------




On Thu, Nov 25, 2010 at 5:59 PM, Gustavo Carvalho
<gustavo.bi...@gmail.com<gustavo.bio%...@gmail.com>
> wrote:

> URLencode

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to