Quote:
Originally Posted by rgponce
Thank you for the update and sorry for borring you.
I made a few tests and x-ray didn't work because 'XRAY.entities' is still being created as ASIN. Converted the file to UTF-8 and still didn't work (same coding of 'chapters' and 'aliases' files). When i converted it to 'UTF-8 (without BOM)', x-ray works.
|
Sorry for the delay. Here is a new version. There is a new option in Settings to write the X-Ray itself as UTF8 (off by default).
You can also read character from an XML or a text (UTF8 only) file.
The TXT file format is as you described:
Code:
Character or Topic
Name
Description
Character or Topic
Name
Description
The first line for each term must be 'character' or 'topic'. The difference being that characters are case-sensitive when searching within the book, topics are not.
I did not heavily test it so there may be a lack in error checking when reading from text files.
Let me know if you run into any issues with it.