Hi guys
I need to load csv file with polish symbols (ex. "łódź"). I tried almost every parse module. Output using fast-csv below. What do I miss? What do I do wrong? using 3 available encoding options ( 'utf16le', 'utf8', 'base64') i get: [ '齤' ], [ '��d�' ], [ 's/Nknw0K' ] not even close. I guess it's supposed to be encoded with Windows1250. How can I handle it? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/d9c0a394-e1ec-4089-b493-423d8ac42d52%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
