开发者

Windows Post to LInux, Stream Interpretation, Special Characters

开发者 https://www.devze.com 2023-01-31 12:15 出处:网络
I am having an issue getting linux to properly interpret special characters posted from Windows.I have tried several things and current am at a loss.

I am having an issue getting linux to properly interpret special characters posted from Windows. I have tried several things and current am at a loss.

The raw input开发者_运维知识库 data looks like:

A’béaa  ~ ®©™ ¢ ¼½¾ !@#$%^&*()-_=+{}[]|\:;"'<,>.?/

But .net post adds odd looking A's - Â

When I post the same thing in PHP I have no problems!

Any help is helpful, thanks.


I have encountered the same problem, I resolved my issue after use UTF-8.

0

精彩评论

暂无评论...
验证码 换一张
取 消