code-google-com / bpbible

Automatically exported from code.google.com/p/bpbible
Other
0 stars 0 forks source link

BPBible reports "Topic Management has errors" #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the user's home directory name includes accents or other non-ASCII 
characters, BPBible will report "Topic Management has errors" and not allow 
Topic Management to be used.  This is because SQLite expects the path to be 
encoded as UTF-8, rather than using the platform standard encoding (in the case 
of Windows, mbcs).

Encoding the path as UTF-8 fixes the problem.

Discussion of the problem can be found at http://www.bpbible.com/node/145.

Original issue reported on code.google.com by jonmmor...@gmail.com on 23 Sep 2010 at 12:16

GoogleCodeExporter commented 9 years ago
Fixed in r1067.

Original comment by jonmmor...@gmail.com on 23 Sep 2010 at 12:18