View Single Post
Hirsute
Member
 
Join Date: Oct 2014
Posts: 37

Old June 3rd, 2015, 03:23 PM
Regarding the afore-mentioned problem with nonsense characters showing up instead of crit multipliers... it gets the wrong encoding because the output specifies the wrong encoding. Right now, the third line of the output is:

Code:
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
If you were to change that to output:

Code:
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
The web browser would detect the encoding correctly and set it correctly to begin with, and people wouldn't need to change their character encoding to make it work.
Hirsute is offline   #293 Reply With Quote