This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

Problem in passing arabic words into url as parameters

  • 1 valiny
  • 1 manana an'ity olana ity
  • 1 view
  • Valiny farany nomen'i cor-el

more options

I have a website where everyhting is in arabic.I am having a problem with search page only on Firefox (everything works correctly on IE,safari,google chrome) For example i search for فيروز keyword. This is the inital link that opens after i hit search button. http://www.neelwafurat.com/locate.aspx?mode=2&search=singer1&entry=فيروز Now on forefox when i press the next button or any page number to see the results it doesnt show them and it gives me that there are no results.However there are results compared to other browsers.

From code i get the keyword value like this entry = Request("entry") I noticed on debug that this فيروز word became ظپظٹط±ظˆط² when i pressed next page even though it didnt chnage on 1st run of the page (on page1) and of course my search will search for the new word.

Is there anything missing i need to add to firefox or i need to change in my code?

I have a website where everyhting is in arabic.I am having a problem with search page only on Firefox (everything works correctly on IE,safari,google chrome) For example i search for فيروز keyword. This is the inital link that opens after i hit search button. http://www.neelwafurat.com/locate.aspx?mode=2&search=singer1&entry=فيروز Now on forefox when i press the next button or any page number to see the results it doesnt show them and it gives me that there are no results.However there are results compared to other browsers. From code i get the keyword value like this entry = Request("entry") I noticed on debug that this فيروز word became ظپظٹط±ظˆط² when i pressed next page even though it didnt chnage on 1st run of the page (on page1) and of course my search will search for the new word. Is there anything missing i need to add to firefox or i need to change in my code?

All Replies (1)

more options

That page is send as Arabic (Windows-1256) and it works if the data is send as such, but not if encodeURIComponent() is used as Firefox does.



You can try to ask advice at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25