Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Which Encoding Should I Use?

1437514241
Finderski
Plus
Sheet Author
Compendium Curator
When I create a new character sheet, is there a specific encoding of the text file I should be using?  My text editor defaults Unicode (UTF-8), but should I change that to something else?  Just want to make sure that's not the cause of the occasional problems I have with GitHub.
I use notepad++, and it allows me to save the html as html, and the css as css.
1437519897
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
UTF-8 without BOM
1437527052
Finderski
Plus
Sheet Author
Compendium Curator
Coal Powered Puppet said: I use notepad++, and it allows me to save the html as html, and the css as css. Mine does as well, but the encoding tells the text file to treat certain characters in certain ways, so that's why I asked...wanted to make sure I'm getting the right encoding. :) Steve K. said: UTF-8 without BOM Thanks!