sorry , I don't know english. I am using google to translate.

I installed fossil at November 28 2015(2015/11/28).

I plan to use fossil to save a  my private simple html content.

Thank you.


fossil has one problem.

cgi.c  cgi_reply function
fossil is always sends the charset=utf8 in http response header.

(1) http://localhost:8080/artifact
This cause, can not be displayed in iframe. 
/artifact page: non utf8 html file

(2) http://localhost:8080/raw/
non utf-8 text , html  can not be displayed correctly.

(1),(2)This can be easily solved by making the cgi_set_content_type_charset 
function.

(3) archive http header
It might be better to put the name instead of the charset when archive output.

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to