EmojiGear UTF-8 Unicode Amiga OS3 Text editor

Online Status

https://github.com/krabobmkd/EmojiGear/releases/tag/r09b

Oops ! I did a UTF-8 Unicode text editor for Amiga OS3, using shared BOOPSI gadgets. has a few architecture flows, but works on the configs I tested. Opensource anyway, cross compiled with GCC6.5, cmake projects, yet there is a SDK for the libs and gadgets that should work on any compiler. I'm highly interested in code revision and remarks. This is very young code, but now I can type my Emojis !!!. I was AI assisted in a step-by step workflow , for 2 monthes actually. utf8rastport.library embbed FreeType2 (GPL) . The other aim is to have console, IRC and mastodon client displaying correctky UTF8 and emojis and unix like shell output, maybe in the future if I still have the time (I was basically fired from my 8 years job because of AI, lol ).

Online Status

Ok, now the last release 4.2 is much more stable !
https://github.com/krabobmkd/EmojiGear/releases/tag/rr42
just test by loading examples_text/test_utf8_4_story.txt this is great fun.

Online Status

The installer has problems to find the version ID from the "utf8rastport.library" by a deeper look it seams that the utf8rastport.library hast a Build and or a Link problem:

1. the ROMTAG identifier is not in the first part of the file , i only find the ID near the end not sure if it the real ROMTAG structure by a binary search.
2. if you try to run the library by starting from cli/shell it crash the system normal libraries return with an error "Unknown Command" so it looks that the libinit.s is not in correct use.

Online Status

(corrected in release 4.3, confer this thread that explains the correction https://developer.amigaos3.net/forum/156-just-so-you-know-using-gcc65-c… )