Home > Backend Development > PHP Tutorial > RTX There is no character to which this Unicode character can be mapped in the multibyte target code page.

RTX There is no character to which this Unicode character can be mapped in the multibyte target code page.

WBOY
Release: 2016-08-04 09:20:33
Original
1941 people have browsed it

Tencent sdk development

Visit the following address

<code>http://192.168.172.2:8012/SendIM.cgi?sender=123&pwd=123&receivers=lisi&msg=CS么</code>
Copy after login
Copy after login

Because the address is in Chinese

The error is reported as follows

<code>Warning: Unknown: Could not convert string to unicode: `在多字节的目标代码页中,
没有此 Unicode 字符可以映射到的字符。 
' in D:\Program Files (x86)\Tencent\RTXServer\WebRoot\SendIM.cgi on line 34
Parameter 0</code>
Copy after login
Copy after login

Reply content:

Tencent sdk development

Visit the following address

<code>http://192.168.172.2:8012/SendIM.cgi?sender=123&pwd=123&receivers=lisi&msg=CS么</code>
Copy after login
Copy after login

Because the address is in Chinese

The error is reported as follows

<code>Warning: Unknown: Could not convert string to unicode: `在多字节的目标代码页中,
没有此 Unicode 字符可以映射到的字符。 
' in D:\Program Files (x86)\Tencent\RTXServer\WebRoot\SendIM.cgi on line 34
Parameter 0</code>
Copy after login
Copy after login

Convert Chinese characters to unicode encoding

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template