Ryosuke839 / UnicodePad

An Android App that enables input every character in Unicode
https://play.google.com/store/apps/details?id=jp.ddo.hotmist.unicodepad
Apache License 2.0
314 stars 32 forks source link

characters listed multiple times #122

Open sertonix opened 1 year ago

sertonix commented 1 year ago

When I searched tab and scrolled down I saw douplicate characters. There are a few characters with non capslock names that already came before. The number after U+ is the same thought. I use the f-droid version 2.12.3 .

Affected characters I saw: U+1F4D1, U+1F6B0 U+1F6B1

Ryosuke839 commented 1 year ago

The find feature will look up characters for individual codepoints and emojis (may be combined). In this case they all appear in emoji so they are shown twice.

sertonix commented 1 year ago

I understand. Would it be possible to dedouplicate them?