jobiewong / espanso-emojis

14 stars 5 forks source link

Japanese symbols #6

Open melissis opened 1 year ago

melissis commented 1 year ago

Don't think this is intended.

- replace: "\U0001F202"
  trigger: ";japanese \u201Cservice charge\u201D button"

Appears as "japanese “service charge” button" in the Espanso search box.

I don't think many people, if any, cares about this, but triggers for Japanese symbols are inconsistent. Some look like the one above, others like this:

- replace: "\U0001F236"
  trigger: ';u6709'

Yet others like this:

- replace: "\U0001F250"
  trigger: ';ideograph advantage'

I don't think this is strictly a bug with the code, but I'm putting it out there anyway.

jobiewong commented 1 year ago

Thanks for flagging the Unicode character issue in the fast half.

The inconsistency with the Japanese symbols is a side effect of using the Discord short codes which are themselves inconsistent. This could be manually overridden in the future.