norbusan / kobo-ja-dict-enhance

Enhance built-in Japanese dictionaries from Kobo with English definitions
GNU General Public License v3.0
426 stars 2 forks source link

Switch from Cwd to File::Spec for better OS portability #3

Closed rtiangha closed 4 years ago

rtiangha commented 4 years ago

Using Cwd in Cygwin on Windows to find file paths is inconsistent and can fail silently. Switch to using File::Spec instead, which works more reliably and still works across different operating systems.

norbusan commented 4 years ago

Thanks a lot!