alert icon indicating copy to clipboard operation
alert copied to clipboard

not working with Chinese or Emoji when style is osx-notifier

Open cosven opened this issue 5 years ago • 1 comments

(setq alert-default-style 'osx-notifier)
(alert "haha")
(alert "棒")
(alert "😄")

The second expression works as expected, however, the third and fourth will fail.


It seems that we do not need encoding here: https://github.com/jwiegley/alert/blob/master/alert.el#L862

cosven avatar Oct 09 '18 13:10 cosven

Any news of this?

failable avatar Jan 22 '20 09:01 failable