UTF-8 dictionaries (hex format)
#2
Seek and you shall find.

https://github.com/wooorm/dictionaries

https://github.com/titoBouzout/Dictionaries

Now I need to figure out how to apply rules to multi-byte utf-8 characters. *logs off to research more*

To edit the trailing slash out of the files, you can run this command.

find . -name \*.dic -exec sed -i 's-/.*--g' {} \;


Messages In This Thread
RE: UTF-8 dictionaries (hex format) - by devilsadvocate - 09-29-2017, 05:41 AM
RE: UTF-8 dictionaries (hex format) - by atom - 10-01-2017, 11:47 AM