Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: Encoding problem
-
Labels:None
Description
I just discovered that there are two issues in chamorro.conf for version 2.7 of the Chamorro module.
(a) The conf file itself is not UTF-8 encoded
(b) The following line is missing, and default encoding is Latin-1
Encoding=UTF-8
Although the module text was displayed OK in Xiphos, it was not correctly displayed in xulsword.
Adding Encoding=UTF-8 solves the xulsword issue, but see further below in my added comments.
Converting the conf file to UTF-8 without BOM also fixes some display issues for the text in the About line.
I think for the time being, I'd just be content to converting the conf file itself to be encoded UTF-8.
This solves one issue, displaying the About line in Xiphos correctly.
The xulsword text display issue may turn out to be a xulsword software issue.
I'll take this up further with the developer.
See http://code.google.com/p/xulsword/issues/detail?id=205