You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have not manually reproduced, but a change similar to what has been done in #395 (to fix #394, parsing encoding) would be reasonable to be implemented also for the writer. In short, the user should be able to pass in an encoding.
Would you be willing to contribute a fix?
Note: Bibtex does not actually support non-ascii characters, and using the LatexEncodingMiddleware may fix large parts of this problem. However, newer replacements of bibtex support utf-8, thus the issue clearly still remains valid and to be implemented.
Describe the bug
When I create a library with unicode characters (tested with umlauts), the export will not show them properly.
Reproducing
Version: Most current from PyPI
Code:
Bibtex:
Workaround
No; possibly generating a string first and then writing that manually will work (similarly to the workaround for #394).
Remaining Questions (Optional)
Please tick all that apply:
The text was updated successfully, but these errors were encountered: