Bonjour Jean Louis, It's impressive what you can do with what you have implemented, thank you very much for your work.
I'm wondering about how we should abstract things. Currently, RexxUnicodeServices is a wrapper for utf8Proc. But utf8Proc is _an implementation_ of the Unicode services, and it is conceivable that a different implementation could be used in the future. Maybe RexxUnicodeServices could offer abstract services, like . RexxUnicodeServices~utf8.toNFC, utf8.toNFD, etc., which would of course be currently implemented using utf8Proc. utf8Proc could also be exposed, of course, maybe with its own class, but the recommended way to use low-level Unicode would be to use the abstract services class. Josep Maria Missatge de Jean Louis Faucher <[email protected]> del dia dl., 15 de juny 2026 a les 21:54: > I have a first level of Unicode support with ooRexx 5, implemented in a > GitHub clone of the ooRexx SVN. > https://github.com/jlfaucher/executor5-bulk/releases > > Ready for review and tests. > No documentation, but the examples should give a first overview. > > >
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
