New issue 283: CSV importer can't support non-ascii character
https://bitbucket.org/blais/beancount/issues/283/csv-importer-cant-support-non-ascii

Li Dongchao:

When using CSV importer to extract csv file including non-ascii character such 
as chinese words, it may raise UnicodeDecodeError at beancount/ingest/cache.py, 
line 92, in head_reader:
```
#!python
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 8190-8191: 
unexpected end of data
```
In my situation, three bytes in position 8190-8192 constitute a character, so 
this exception happens.


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/20180418160843.8772.10540%40celery-worker-105.ash1.bb-inf.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to