amir-zeldes / xrenner

eXternally configurable REference and Non Named Entity Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML output should specify text encoding?

ftyers opened this issue · comments

Would it be a good idea to specify a text encoding in the HTML output ? Otherwise some browsers don't correctly identify Unicode. It would probably be enough to put:

	<meta http-equiv="content-type" content="text/html; charset=utf-8" />

in ./modules/xrenner_out.py.

Good idea!