-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
HTML export handles some UTF characters wrong #1484
Comments
Thanks for the report! @oscargus: What do you think about it? |
Sorry for late reply. My guess is that the export filter does not run the Unicode to HTML converter for unknown reasons, since it works for the other HTML variants. I will not have time this week to look more into it. |
I tested a bit around and a simple workaround would be to set the charset in the html documents. When no one is set, it is treated default as ASCII (at least in FF) Despite that, it seems that on Export no Formatter is run. |
I checked this a bit more now and @Siedlerchr is completely correct. The missing thing is the charset definition. JabRef does not have a Unicode to HTML converter, only Unicode to/from LaTeX and HTML to/from LaTeX. I'll soon be committing a fix, adding the charset. |
Ideally one should add the charset actually used for the file. However, this is not possible with the current export functionality as far as I can tell. |
JabRef 3.4 on Ubuntu 16.04
Steps to reproduce:
This does not happen when exporting to 'Simple HTML', 'HTML list', 'HTML table', or 'HTML table (with Abstract and BibTeX)'.
The text was updated successfully, but these errors were encountered: