MariuszKinczkowski / google-sites-liberation

Automatically exported from code.google.com/p/google-sites-liberation
0 stars 0 forks source link

Character Encoding Problem #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export the Google Site.

What is the expected output? What do you see instead?
Correct detection of encoding.

What version of the product are you using? On what operating system?
v1.0.3

Please provide any additional information below.
Seems that the website is somehow encoded in Unicode format but the browser is 
detecting and viewing it in ISO-8859-1 encoding. Causing spaces to be 
registered as Â.

Original issue reported on code.google.com by pmaxv...@gmail.com on 15 Oct 2010 at 4:14

GoogleCodeExporter commented 8 years ago
Also special characters like ä,ö,ü etc. are wrongly encoded. They appear 
broken in the exportet HTML files.

Original comment by spann...@gmail.com on 10 Dec 2010 at 9:07

GoogleCodeExporter commented 8 years ago
The HTML pages are correctly saved in UTF-8, it's just that the <meta 
http-equiv="Content-Type" content="text/html; charset=utf-8" /> tag is missing.

Original comment by metod.t...@gmail.com on 3 May 2011 at 2:30

GoogleCodeExporter commented 8 years ago
Could someone of the developers please add that tag to the program? It is 
probably a very easy change, and would save many of us the hassle of having to 
add those lines manually/using script magic each and every time. 

Original comment by j.h.jons...@gmail.com on 6 Jun 2013 at 12:34