본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

problem with hebrew encoding

  • 5 답장
  • 9 이 문제를 만남
  • 4 보기
  • 최종 답변자: cor-el

more options

hi,

i have a new Hebrew wordpress site and i have problem with the encoding. the explorer is works just fine, but in Firefox the Hebrew is not looking good. the automatic encoding that Firefox choosing is "Hebrew visual (iso -8859-8) , and the Hebrew is wrong , but when im manually choose the encoding "Hebrew windows (iso-1255)" the Hebrew is looking just fine , but when im browsing the site i need to change the encoding manually every page.

is there a script that can "tell" Firefox to use the good encoding for all of this site? without effecting the explorer.

TNX Matan

hi, i have a new Hebrew wordpress site and i have problem with the encoding. the explorer is works just fine, but in Firefox the Hebrew is not looking good. the automatic encoding that Firefox choosing is "Hebrew visual (iso -8859-8) , and the Hebrew is wrong , but when im manually choose the encoding "Hebrew windows (iso-1255)" the Hebrew is looking just fine , but when im browsing the site i need to change the encoding manually every page. is there a script that can "tell" Firefox to use the good encoding for all of this site? without effecting the explorer. TNX Matan

모든 댓글 (5)

more options

Can you post a link?

Which encoding uses the server to send that file? Are you using a meta tag to specify the encoding?

If the server sends an encoding then that encoding will prevail and Firefox will ignore an encoding specified in the page source.


more options

hi,

http://www.phpbd.com

Which encoding uses the server to send that file? - dont know Are you using a meta tag to specify the encoding? - dont know

TNX

Matan

more options

The server doesn't send an encoding, so Firefox uses the default as specified in Tools > Options > Content for a start.
I see this in a meta tag: content="text/html; charset=HEBREW" and that is probably what makes Firefox choose the First Hebrew encoding from the list.

You can change that to:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
more options

how do i change it?

TNX

more options

Do you have control over the page source?

You can see the current source in View > Page Source
You will notice this line.

<meta http-equiv="Content-Type" content="text/html; charset=HEBREW" />

You will have to find a way to change the charset to windows-1255