On Monday, February 4, 2013 3:01:22 PM UTC-5, Ben Noordhuis wrote: > On Mon, Feb 4, 2013 at 8:01 PM, Andrew Bradley > <[email protected]<javascript:>> > wrote: > > What character encodings does NodeJS support for source code .js files? > > > > In other words, if I intend to run "node foo.js" what character > encodings am > > I allowed to use when saving "foo.js" from my text editor? > > > > I am aware that UTF-8 appears to work, but I can't find any > documentation > > that states which encodings are supported and which are not. > > They're ASCII and UTF-8. >
Thanks for the quick reply. Do you know this from experience, or did I miss where it's documented? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
