format icon indicating copy to clipboard operation
format copied to clipboard

Encoding error in generated page

Open phuclv90 opened this issue 5 years ago • 0 comments

In this page the output is broken because the source code file uses ISO-8859-1 but is assumed to be UTF-8 when copying to the web page. Github guesses the correct encoding so it displays properly

The server must be fixed to read the file in the correct encoding, or just convert all files to UTF-8. I think the latter is the best solution

image

phuclv90 avatar Mar 12 '20 17:03 phuclv90