Commit Graph

4 Commits

Author SHA1 Message Date
Luke Street 9120080eb5
Support MWCC 4.1+ series compilers (#1)
This implements support for MWCC 4.1+ (aka GC 3.0a3 and above).

Notable changes:
- Hook `CreateFileMappingA` / `MapViewOfFile`: These compilers use these functions rather than `ReadFile` for headers.
- Hook `MultiByteToWideChar`: This function's behavior changed in Windows 2000 SP4 / Windows XP, and certain compiler versions rely on the old behavior. This fully reimplements it for CP-932 with the legacy behavior.
- Explicitly fail on invalid UTF-8 inputs. Add a warning log when the Shift JIS output is invalid.
2024-10-27 16:18:43 -06:00
Luke Street db4f9af254 Put encoding_rs/simd-accel behind a nightly feature 2023-09-08 17:17:31 -04:00
Luke Street 9fe2bd4088 Use -Z build-std in CI 2023-09-07 16:34:22 -04:00
Luke Street 2b472b0ccd Cleanup & add README, LICENSE, CI config 2023-09-07 16:29:18 -04:00