Skip to content

rust9x-1.76.0-beta-v2

Pre-release
Pre-release
Compare
Choose a tag to compare
@seritools seritools released this 01 Jan 22:46
· 29607 commits to rust9x since this release

Installation notes

Fixes:

  • "Fix" assertion failure on 9x/Me when writing UTF8 characters to console that Windows/unicows didn't know about yet. Emojis are too new for those ol' systems!
    • It now allows for unknown characters to just be dropped or replaced with replacement characters when writing to the console.
    • On 9x/Me, unicows actually implemented the CP_UTF8 codepage conversion.
  • "Fix" #13 - For now we're just hoping that console writes of up to 8KiB are always fine :^) A proper fix is tracked in #14.
    • The workaround only applies to non-Unicode Windows (9x/Me)

Full Changelog: rust9x-1.76-beta-v1...rust9x-1.76-beta-v2