wordpress - 输入希伯来语时,PayPal 捐赠说明显示断线字符

标签 wordpress utf-8 paypal

我的 WordPress 博客中有一份捐款表格,捐款说明 是希伯来语。现在,在 PayPal 网站中,捐赠说明 都是乱码。

我该如何修复它?我尝试使用 UTF-8UTF-8 without BOM 对页面进行编码,但仍然没有任何结果。

最佳答案

PayPal 默认情况下可能需要 ISO-8859-1 数据。

从他们的manual试试这个:

Setting the Character Set – charset Use the charset HTML variable to specify the character set and character encoding for the billing information/log-in page on the PayPal website. In addition, this variable sets the same values for information that you send to PayPal in your HTML button code.

For example, the following INPUT tag sets the encoding to UTF-8:

<INPUT TYPE="hidden" name="charset" value="utf-8">

关于wordpress - 输入希伯来语时,PayPal 捐赠说明显示断线字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11083017/

相关文章:

python - Flask 中的 UTF8 和 JSON

mysql - PHPMyAdmin 不导入 unicode

php - Paypal:PHP SDK 错误传入的 JSON 请求未映射到 API 请求

c# - 如何从 HttpWebResponse 中提取信息?

javascript - 为什么 Adsense 在我的 Wordpress 网站上显示一个黄色框?

html - 浏览器的图像全宽

php - WooCommerce 订阅 "invalid recurring shipping method"

用户元数据的 Ajax 分页

http - 如何在 Kotlin 中将 win1251 编码转换为 UTF8?

php - Paypal NVP 错误 : CURL Request failed: SSL connect error (35)