Hello.
I did search on Google and on this forums, but I didn't find a problem that is similar to mine. I have a couple of TXT files which I'd like to convert to ePUB. I figured, I'll use Calibre for this task. But, no matter which option I'll tweak, encoding always is wrong. Language is Polish and I do have fonts with those special characters both on my device and on my PC. Other ePUBs are working fine, only those converted have glymphs.
Also, I have an additional question

My books have Polish chapters ("Rozdział 1" etc.), so I set this as a XPath command for chapters:
Code:
//*[re:test(., "rozdział", "i")]
It works fine, but it bolds word
after "Rozdział...", not the chaprter name itself.
Any ideas for my questions?