The OP meant the actual file encoding. eg, if you have a source file containing Greek characters and save it in iso-8859-7 format (which should display just right if read with the same encoding), node will try to read it in utf and fail. (ie "�" characters in strings, etc)
danmilon. On 02/04/2013 11:13 PM, Harald Hanche-Olsen wrote: > [Andrew Bradley <[email protected]> (2013-02-04 20:42:24 UTC)] > >> On Monday, February 4, 2013 3:01:22 PM UTC-5, Ben Noordhuis >> wrote: >> >>> 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? > > I'm pretty sure it's part of the javascript language definition. > > In fact, you can use any unicode letter, such as Ω, as part of a > variable name. > > - Harald > -- -- 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.
