2007年06月28日 星期四 12:17
iconv -c -f UTF-8 -t GB2312 ³öÂÒÂ𣿠²»¼Ó -c iconv: illegal input sequence at position 1760 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070628/649f02f2/attachment.html -------------- 下一部分 -------------- Ò»¸ö·ÇÎı¾¸½¼þ±»Çå³ý... ·¢ÐÅÈË: %(who)s Ö÷Ìâ: %(subject)s ÈÕÆÚ: %(date)s ´óС: 1325 Url: http://python.cn/pipermail/python-chinese/attachments/20070628/649f02f2/attachment.bin
2007年06月28日 星期四 12:41
On 6/28/07, Neo Chen <openunix在163.com> wrote: > > > iconv -c -f UTF-8 -t GB2312 > > 出乱吗? > > 不加 -c > > iconv: illegal input sequence at position 1760 > 有可能啊。gb2312只有6000多个汉字,建议使用gb18030试试。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2007年06月28日 星期四 13:40
问题是我的文件中没有其它字符... 用GB18030 也出错,只是少些.. 我最终要换成BIG5 的.. ----- Original Message ----- From: "limodou" <limodou在gmail.com> To: <python-chinese在lists.python.cn> Sent: Thursday, June 28, 2007 12:41 PM Subject: Re: [python-chinese] iconv 换码 > On 6/28/07, Neo Chen <openunix在163.com> wrote: >> >> >> iconv -c -f UTF-8 -t GB2312 >> >> 出乱吗? >> >> 不加 -c >> >> iconv: illegal input sequence at position 1760 >> > 有可能啊。gb2312只有6000多个汉字,建议使用gb18030试试。 > > -- > I like python! > UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2007年06月28日 星期四 19:06
iconv 可以指定 ignore 比如 iconv -f utf-8//IGNORE filename 就是指碰到了错误的 utf-8 序列仍然能继续执行
Zeuux © 2025
京ICP备05028076号