简体   繁体   English

获取错误的字符jquery.min.js

[英]Get wrong characters jquery.min.js

I'm using with the file: jquery.fileuploader.min . 我正在使用文件: jquery.fileuploader.min when I change the string in the file from English text to Hebrew it returns wrong encoding. 当我将文件中的字符串从英文文本更改为希伯来语时,它将返回错误的编码。

I changed to: 我改为:

 text:{uploadButton:"עיין",cancelButton:"Cancel",......

instead of: 代替:

text:{uploadButton:"Upload A File",cancelButton:"Cancel",......

Then I get in the Html button: " " instead of "עיין". 然后,我进入“ HTML”按钮:“ ”而不是“עיין”。

I have in the body a meta tag of Enciding: 我的身上有一个Enciding的元标记:

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

So I don't know why it happens. 所以我不知道为什么会这样。

就像adeneo所写的一样,我在记事本中打开了jquery.fileuploader.min表并将其保存到utf-8 unicode而不是ansi

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM