Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Problem in passing arabic words into url as parameters

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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?

모든 댓글 (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