Emoticons are written as invalid XML

Issue #291 resolved
Adam Winer created an issue

An import with a "😁" emoticon generated the following XML:

��

... which is totally invalid. Need to output that correctly.

Comments (1)

  1. Adam Winer reporter

    Fixed in commit 2a3577b.

    Emojis don't display correctly in JTextAreas within the program, but at least they're round-tripped correctly and don't completely blow up.

  2. Log in to comment