openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03412
[Bug 635338] [NEW] openlp.org v1 import gets encoding wrong
Public bug reported:
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.
** Affects: openlp
Importance: Undecided
Status: New
--
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: New
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.
Follow ups
References