Fantastic, many thanks.
I didn't realise HTML entities could be written in HEX. And I'll need to spend some time getting my head around the following:
According to
this website, possibly a useful resource, ePub aside (!), the choice for character codes:
- Unicode
- HTML Code
- HTML Entity (so this is different to HTML
code)
- HEX code
- CSS Code
I've just realised that, the website word2cleanhtml.com has a box to tick where it says "Replace non-ascii with HTML
entities", but it's actually replacing them with HTML
code.
& # 8220 ;
Who knew!?
I'm up and running anyway. Thanks so much for your responses.