ruffle/core
Kornelius Rohrschneider 4d6dd38616 core: Make the form loader use Windows-1252 if SWF version <= 5
The form loader now loads files using Windows-1252 if the SWF version is
smaller than 6. This roughly matches Flash's behaviour (Flash uses
Windows-1252 on Windows, on macOS a slightly different custom encoding
is used).
Previously, UTF-8 has been (wrongly) used for all SWF files if
System#useCodepage hasn't been set to true, leading to incorrectly
displayed characters.
2024-06-26 02:37:44 +02:00
..
assets chore: Update translations from Crowdin 2024-06-25 00:26:30 +02:00
build_playerglobal build(deps): bump the cargo-minor group across 1 directory with 4 updates 2024-06-25 00:08:16 +02:00
macros build(deps): bump the cargo-minor group across 1 directory with 4 updates 2024-06-25 00:08:16 +02:00
src core: Make the form loader use Windows-1252 if SWF version <= 5 2024-06-26 02:37:44 +02:00
Cargo.toml core: Add support of non-UTF-8 encodings to the form loader 2024-06-26 02:37:44 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00