Delphi XE 错误:No mapping for the Unicode character exists in the target multi-byte code page - 目标多字节代码页中不存在Unicode字符的映射

Delphi XE 错误:No mapping for the Unicode character  exists in the target multi-byte code page - 目标多字节代码页中不存在Unicode字符的映射

 

错误原因:编码方式错误,一般为传输中文的时候导致

解决方法:

IdFTP1.IOHandler.DefStringEncoding := IndyTextEncoding(TEncoding.UTF8);

或者

IdFTP1.DefStringEncoding:=IndyTextEncoding(encUTF8);   //统一编码方式

  

其他参考:链接  

 

 

创建时间:2022.08.23  更新时间:

 

posted on 2022-08-23 15:00  滔Roy  阅读(1501)  评论(0编辑  收藏  举报

导航