Skip to content

Scriptsfileencoding

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!

Clone this wiki locally