Changes between Initial Version and Version 1 of Ticket #40675, comment 2
- Timestamp:
- 05/08/2017 07:41:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40675, comment 2
initial v1 1 1 I did further testing. Since on local server it doesn't happen, I created two similar pages, saved and compared their html. 2 2 3 Local page has correct à-è-ì-ò-ù '''1-byte''' characters, while page coming from remote server encode them with '''2-bytes''' (for example è is encoded as C3 A8).3 Local page has correct à-è-ì-ò-ù '''1-byte''' characters, while pages coming from remote server encode them with '''2-bytes''' (for example è is encoded as C3 A8). 4 4 Although I don't know why, this should not represent a big problem, except for the fact that if the 2-bytes char is at the end of line, the second byte is cut, leaving only C3 (unknown char). 5 5