gnarly1 Posted October 31, 2020 Share Posted October 31, 2020 (edited) What causes the text in a book to double up so it looks like sentences have been printed on top of each other? Edited October 31, 2020 by gnarly1 Link to comment Share on other sites More sharing options...
doticu Posted November 1, 2020 Share Posted November 1, 2020 (edited) It's due to certain characters in the text. An example of a character that will mess things up is the Left Quotation Mark Unicode Symbol which is actually a different "symbol" than the standard Double Quote you can easily type on your keyboard. Basically, you should have all text within the ASCII range just to be safe. You can use text replace in a text editor to make mass changes easier. Edited November 1, 2020 by doticu Link to comment Share on other sites More sharing options...
gnarly1 Posted November 1, 2020 Author Share Posted November 1, 2020 It's due to certain characters in the text. An example of a character that will mess things up is the Left Quotation Mark Unicode Symbol which is actually a different "symbol" than the standard Double Quote you can easily type on your keyboard. Basically, you should have all text within the ASCII range just to be safe. You can use text replace in a text editor to make mass changes easier.Thanks for your reply. I had done a find and replace on all the 'fancy' double quotation characters so thought I had caught everything. It's weird as when you turn the page of the book the overlapping text changes and sometimes goes back to normal. Link to comment Share on other sites More sharing options...
doticu Posted November 1, 2020 Share Posted November 1, 2020 In Unicode, there are a lot of invisible symbols and symbols that look just like ASCII. Try running the text through an ASCII converter, you're almost certainly missing something, like a Unicode apostrophe or some such. Link to comment Share on other sites More sharing options...
gnarly1 Posted November 1, 2020 Author Share Posted November 1, 2020 In Unicode, there are a lot of invisible symbols and symbols that look just like ASCII. Try running the text through an ASCII converter, you're almost certainly missing something, like a Unicode apostrophe or some such.OK thanks. It's all fixed now but I've noted for next time. Link to comment Share on other sites More sharing options...
Recommended Posts