Alex Yatskov

Results 58 comments of Alex Yatskov

An exit code of 255 means that the Zero-EPWING utility crashed when trying to parse the EPWING data. Are you sure that the copy of Daijisen that you are using...

Those are indices into the character map for the given dictionary. Yomichan-Import has code to parse these entries, you can check it out here: https://github.com/FooSoft/yomichan-import/blob/master/epwing.go#L172 Character tables have to be...

So literally all the EPWING dictionaries I've seen before were encoded in EUC-JP, but it looks like you've found one that isn't! This is probably the problem here: https://github.com/FooSoft/zero-epwing/blob/master/convert.c#L119 It...

I think the easiest fix is just to check lengths when looking for dupes. If there is a dupe with a longer header length, swap it with the current entry...

Released to testing!

Testing updated to 22.9.9.1

Released to stable

I see you made some changes, here but the inner lists are still not dictionaries. ``` "1653613948202": [ [1654102387663, 1653613948202, 1780, 3, 8, 3, 2500, 25796, 1], [1654798974478, 1653613948202, 1861,...

Need explanation as to what this is and how it helps the project.