-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encoding error #1
Comments
which system are you using?linux or windows? the files : hanzicollationpinyin.py hanzicollationstroke.py hanzipinyindatabase.py is just a dict or list for Chinese characters, so they are intrinsic Non-ASCII character, these files are UTF-8 encoded. to solove the Error? you can try:
|
Thanks. I used python3 instead and no longer encountered the problem of Non-ASCII characters. But There was an error message during the procedure: My example.bib: |
After I replaced the double braces ( {{...}} ) around the titles with single braces in example.bib, the script worked, but it changed all the titles into sentence case instead of title case (including wrongly replacing "CW" in "CW Laser-Induced Microbubble" with "cw". How do I make the titles to appear in title case? |
here the case of and field like
the whole filed will not be changed.
in the original setting file, title is set to be sentencecase, so you need to change
to
|
About the key error 'prefix', code will be checked soon , it may be a bug. |
it is caused by missing a set
|
I got SyntaxError:
Non-ASCII character '\xe9' in file /biblatex-map-master/hanzicollationpinyin.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
How can I deal with this problem? Thanks.
The text was updated successfully, but these errors were encountered: