Quote:
Originally Posted by Markismus
|
This one works:
https://drive.google.com/file/d/1D_h...T-6f8BYgv/view
Turns out the "100kb limit" is actually 64k (after removal of tags). This is a hard limit of DIC format. I've patched the binary to not crash, truncate and report the offending line over limit. But there's not much more that can be done - you'll have to abbreviate the entry or split it via perl. Out of the whole dict there's only one such entry though. Further, the chunks between each < are still limited to 4k i think, though that can be easily fixed with some re-formatting from perl with no information loss.
Quote:
How did you patch that? Do you have the source code?
|
Kinda.