Opened 10 years ago
Closed 10 years ago
#10159 closed Bug report (rejected)
line-break parasite character resulting in display in chinese
Reported by: | Phil | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | lene-break chinese | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
I have uploaded to my server the following html file http://mapage.noos.fr/mecitoyen/france/ROUAGES/livre.htm
When I then accessed it, either by Firefox or by Internet Explorer, it was displayed in what appeared to be chinese or japanese characters. In the source code, I noted that the original line-breaks had been replaced by a character represented by square with four tiny characters, in it.ⴀ䔀儀唀䤀
I downloaded the file back again, through Filezilla,onto my PC, and the result is like my original file except it dispolys line-breaks had been replaced by a character represented by a
thin vertical rectangle.The source code contains the original french characters but with the squares: "acteurs de laഀ
mondialisation"
How can I eliminate that unwanted transformation ?(which I imagine is due to some kinf of compression, the file is 728K )
Your file is UTF-16 encoded, yet you are transferring it with the data type set to ASCII.
Try saving your file as UTF-8 or transfer it using the binary data type.
See https://wiki.filezilla-project.org/Data_Type for more information.