Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.0.0
-
Component/s: utilities
-
Labels:None
Description
In the installer, it shows the conf for the currently selected book. If that conf has a line:
Encoding=UTF-8
It should be decoded as UTF-8.
If it does not have the line it is to be understood as Latin-1, which is understood by SWORD as cp1252.
Currently it does not show "accented" text properly.
From a practical perspective, it needs to guess at the encoding and if it guessed wrong, then re-read the file with the correct encoding.