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
ferventcoder edited this page Jun 2, 2012
·
7 revisions
Scripts File Encoding
Encode your script files in UTF8 if you can. RoundhousE has some detection of encoding, but it is based on http://www.west-wind.com/WebLog/posts/197245.aspx and not very accurate. It defaults to ANSI if it can't find a BOM.
The default is now to detect UTF8, but to fall back to ANSI. - New in v0.8.5!