← Back to team overview

openlp-core team mailing list archive

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

 

** Changed in: openlp
    Milestone: None => 1.9.3

** Changed in: openlp
     Assignee: (unassigned) => Raoul Snyman (raoul-snyman)

** Changed in: openlp
   Importance: Undecided => High

** Changed in: openlp
       Status: New => Confirmed

** Branch linked: lp:~raoul-snyman/openlp/olp1-import

** Changed in: openlp
       Status: Confirmed => In Progress

-- 
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: In Progress

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