我正在通过 Django 上传文件控件读取 CSV 文件。
我想将½
(1/2) 存储到数据库中,但它给出了以下异常:
'utf8' codec can't decode byte 0xbd C.S.V. file 1/2 Char
UnicodeDecodeError at /admin/request_system/customers/upload/
“utf8”编解码器无法解码位置 45 中的字节 0xbd:无效的起始字节
我正在通过 Django 上传文件控件读取 CSV 文件。
我想将½
(1/2) 存储到数据库中,但它给出了以下异常:
'utf8' codec can't decode byte 0xbd C.S.V. file 1/2 Char
UnicodeDecodeError at /admin/request_system/customers/upload/
“utf8”编解码器无法解码位置 45 中的字节 0xbd:无效的起始字节