Quote:
Originally Posted by Huckleberry
Has anyone mentioned accents/special characters causing major issues? I'm getting the CSV file export setting ignored so they're still in there. Then for the first time ever they're messed up on the HTML reports, too.
http://www.worldbaseballassociation....ayer_4492.html
(stars obviously aren't formatted properly either)
|
Yeah, I put in a thread about this. It appears to be a problem with the head bits of the HTML reports. What you can do is copy over the various report templates to your league folder, then add the following line in the head bits:
<meta charset="UTF-8" />
That fixed it for me on the HTML reports, though I still had to rip out the accents because the hosting site I use was hardcoded to the old character set.