Quote:
Originally Posted by kovidgoyal
@jackie_w: You are correct, Qt's toPlainText() function replaces \xa0 with a normal space, causing the non breaking spaces to be stripped out during save. I have fixed that by replacing toPlainText() with my own implementation. https://github.com/kovidgoyal/calibr...78c463c5b4c956
|
I can't try out your fix for myself because I don't run from source. I'll take your word for it that it fixes Problem 2 during File-Save. Can you confirm whether it also solves Problem 1, i.e. the \xA0 chars not displaying correctly in the Preview panel?