← Back to team overview

openlp-core team mailing list archive

[Bug 635338] Re: openlp.org v1 import gets encoding wrong

 

** Changed in: openlp
       Status: In Progress => Fix Released

-- 
openlp.org v1 import gets encoding wrong
https://bugs.launchpad.net/bugs/635338
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: Fix Released

Bug description:
See: http://www.openlp.org/en/forums/openlp_20/bug_reports/cyrillic_songs_from_openlp12_to_openlp20.html

First need to perform the following statements in sqlite first:

create table songtracks (trackid integer, songid integer, listindex integer);

create table tracks (trackid integer primary key, trackname varchar(80) not null, fulltrackname varchar(100) not null);

Although the import appears to proceed successfully, the resulting text does not resemble the example in the above link.





References