View Single Post
  #3  
Unread 07-28-2014, 07:09 AM
Equendil Equendil is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2011
Posts: 52
You need to use a text editor that can save files using the UTF-8 character encoding without adding a 'byte order mark' in the file, otherwise the lua interpreter thinks the mark is code and fails.

Most devs use Notepad++ (Windows...). Use "UTF-8 without BOM" as encoding. http://notepad-plus-plus.org/
__________________
Author of LIP, Bootstrap and Baruk

Last edited by Equendil : 07-28-2014 at 07:12 AM.
Reply With Quote