You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Mr./Ms. Szwacz
Thank you for your reply. But I need to use ShiftJIS, encoding for Japanese and iconv-lite does not support it.
Regards,
abeq
2013年11月1日金曜日 11時43分47秒 UTC+9 abeq:
Marius van der Wel
unread,
Nov 3, 2013, 12:39:54 PM11/3/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
I'm confident Jakub Szwacz is a Mr. :)
If you're having trouble compiling node-iconv you're probably using this on Windows. I assume you want to read a ShiftJIS encoded file. I can't help with node-iconv, but depending on your requirements you could use the Chromium FileReader instead. I believe Chromium natively supports ShiftJIS. It doesn't convert between encodings though.
nar...@gmail.com
unread,
Dec 1, 2013, 9:44:30 AM12/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Hi, abeq.
I had a same problem in my node-webkit application. So I created the module for the encodings commonly used in Japanese( Shift_JIS, EUC-JP and ISO-2022-JP ). https://github.com/narirou/jconv