pooriaazimi / BetterDictionary

Bookmark words in Apple's Dictionary.app
http://pooriaazimi.github.io/BetterDictionary
238 stars 28 forks source link

Save Japanese word bug fixed #8

Open mooons opened 9 years ago

mooons commented 9 years ago

For example, if I'm trying to save the entry 「汗」 with BetterDictionary, i got 「汗【あせ】」. So when I click the saved entry, I actually load 「汗【あせ】」 into the search box, which definitely results in 「No entries found.」. Therefore I added a method to the load process to correctly save the Japanese word entry as 「汗」.

tevino commented 9 years ago

I found similar issue in Chinese, the pinyin of the word included with the word itself, just like the romaji is included in Japanese too.

I guess there should be a more general solution for this, instead of parseNihongoWord :smiley:

screen shot 2015-06-13 at 11 00 46 am