0

In my masterpage, I have the following in the header.

This allows me to put special characters into my website. The problem is that when javascript tries to load (on the client) special characters, I get that weird box.

Example url...

http://89.184.149.229/Sandportal/vinnan/trol-lna/monica-sakk--vikuskiftinum

Text is below the 4 stars (mid left).

Any help is greatly appreciated.

4

1 に答える 1

0

この問題の最も一般的な原因は、ページを Latin1 エンコード (ISO-8859-1) として宣言しているにもかかわらず、ファイル自体がそうではないことです (たとえば、 Windows では再)。

すべてのファイルが適切にエンコードされていることを確認してください。Windows の Notepad++ などのツールは、この問題を見つけるのに役立ちます。

于 2010-03-22T15:54:29.970 に答える