google-code-export / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 1 forks source link

patient forms export html headers don't include <meta charset="UTF-8"> #375

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FMF 0.9.2
html export doesn't support UTF-8

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>

<body>
Content of the document......
</body>

</html>

This is a valid html5 mask, that will output a readable form, even in french 
and accentuated characters.

Where is the header in the code? How can I add
<meta charset="UTF-8">
?
Thanks.

Original issue reported on code.google.com by contact@medecinelibre.com on 10 Sep 2014 at 4:57