You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
@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!
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
The text was updated successfully, but these errors were encountered: