https://bugs.kde.org/show_bug.cgi?id=426856
--- Comment #7 from nobodyinperson <nobodyinper...@posteo.de> --- Thanks for bringing this up again. It's currently also a big pain point for me. It seems that KBibTeX v0.10.0 doesn't how to encode some Unicode characters (non-breaking spaces, weird dashes, etc.) to LaTeX. Ran from the terminal, these are the errors for me (a location in the file would be helpful): ```bash kbibtex.io: Don't know how to encode Unicode char "0x00a0" kbibtex.io: Don't know how to encode Unicode char "0x2010" kbibtex.io: Don't know how to encode Unicode char "0x2010" kbibtex.io: Don't know how to encode Unicode char "0x202f" ``` When I find-replace those characters in the file (in vim, do `:%s/\%u202f/ /g` and `%s/\%u00a0/-/g` etc.), then KBibTeX is finally stable when saving the encoding again and stays at LaTeX encoding. 😮💨 -- You are receiving this mail because: You are watching all bug changes.