View Single Post
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#488
Originally Posted by Boxeri View Post
Is it ok to make it with notepad and save em with UTF-8 coding? Am I doing something wrong there?
I'd recommend never to edit files intended for Unix systems on Notepad. Not only are the line terminators a problem, the UTF-8 encoding can also be a problem. Notepad seems to append BOM to the beginning of files with UTF-8 encoding, which usually causes problems.

So, if you want to use scripts on N9 preferably wrtie them directly on N9 using nano or some other editor. Or if you want to do it in Windows, use some editor that can write with LF line terminators instead of CR/LF. Crimson Editor comes to mind off the top of my minfd.
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: