jmdict: embed element type (k/r) into elementId
This commit is contained in:
@@ -109,7 +109,7 @@ List<Entry> parseJMDictData(XmlElement root) {
|
||||
orderNum < 100,
|
||||
'Entry $entryId has more than 100 readings, which will break the elementId generation logic.',
|
||||
);
|
||||
final elementId = entryId * 100 + orderNum;
|
||||
final elementId = 1_000_000_000 + entryId * 100 + orderNum;
|
||||
|
||||
final rePri = getPriorityValues(rEle, 're');
|
||||
final readingDoesNotMatchKanji = rEle
|
||||
|
||||
Reference in New Issue
Block a user