diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 19:58:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-09 19:58:07 -0400 |
| commit | d64dcab138a34d5f5105e08f0a840f7cb5a1d159 (patch) | |
| tree | fcf98fa006be9fd8894f534cc37926d25dc5520f /CHANGES.md | |
| parent | 6cf3b1c7f3052d8167096c12f201624dcb12559e (diff) | |
Overhaul to the unicode encoding/decoding methods for text
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ - Library installation has been cleaned up a bit. - Added a `--format` flag to the `tomo` binary that autoformats your code (currently unstable, do not rely on it just yet). +- Standardized text methods for Unicode encodings: + - `Text.from_utf8()`/`Text.utf8()` + - `Text.from_utf16()`/`Text.utf16()` + - `Text.from_utf32()`/`Text.utf32()` - Fixed bugs: - `Int.parse()` had a memory bug. |
