mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
374434eb40
FossilOrigin-Name: 4a67cf32f10027bb3e49f97d023b47348893c78d7db77492a1e716a1c44300ad
38 lines
951 B
Text
38 lines
951 B
Text
_ __ _ _
|
|
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
|
|
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
|
|
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|
|
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
|
|
|
|
RetroForth & nga 2024.9 Release Notes
|
|
|
|
================================================================
|
|
|
|
- general
|
|
|
|
- toolchain
|
|
|
|
- documentation
|
|
|
|
- examples
|
|
|
|
- image
|
|
|
|
- library
|
|
|
|
- retro-compiler
|
|
|
|
- new nga implementations
|
|
|
|
- nga-c
|
|
|
|
Future Notes
|
|
|
|
In 2023.9 the nga-c implementation added support (enabled by
|
|
default) for using UTF32 (translating incoming source and output
|
|
between UTF8 and UTF32 transparently). The fallback option (to
|
|
just read raw 8-bit values) is now considered deprecated and
|
|
will be removed in the future (assuming no bug reports relating
|
|
to the UTF32 conversions are reported).
|
|
|
|
================================================================
|