Swedish characters not represented correctly in export to interactive pivot table (*.html)
I tried out exporting to interactive pivot table which included swedish characters ÅÄÖ and åäö. These did not show upp correctly. I corrected this by including at the beginning of the html file produced. I guess that this can be included by default.
The file is warp/Warp/Base.lproj/pivot.html
@rcoswe thanks for reporting!
What did you include in the file exactly to fix this?
Hi Tommy,
I was getting a lot of nonsense characters instead of swedish and it occurred to me that maybe the html file had no directives enabling non-english languages, this happens a lot. So I inserted:
<meta charset='utf-8’>
At the beginning of the html file where meta tags can be set before body I believe they should be set in the head (http://www.w3schools.com/tags/tag_meta.asp http://www.w3schools.com/tags/tag_meta.asp)
This seemed to fix it for me but I have note done any thorough testing. I assume this may be of use to other users using non-english character sets.
Please let me know if you need more information and I hope this is helpful.
Best Regards
/Richard (rcoswe)
27 nov. 2016 kl. 13:28 skrev Tommy van der Vorst [email protected]:
@rcoswe https://github.com/rcoswe thanks for reporting!
What did you include in the file exactly to fix this?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pixelspark/warp/issues/1#issuecomment-263119609, or mute the thread https://github.com/notifications/unsubscribe-auth/AAkd3AIgx8aZF9osAPBbkSCzYal1hO7sks5rCXeEgaJpZM4KwOIo.
@rcoswe Warp will write in UTF-8, the directive ensures the browser recognizes all characters in the HTML file as such. Will add & include in the next release!