Fixed #2025, #2078, #2053 Problems starting the app on Windows when the username has unicode characters

This commit is contained in:
Jindra Petřík
2023-12-30 18:06:08 +01:00
parent 44e083b9a6
commit 0abc5b493a
5 changed files with 103 additions and 26 deletions
+5 -1
View File
@@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file.
- [#2111] Flex AS3 editation - use SWF dependencies defined in GUI
- SWF dependencies label was not updated on startup
- [#2127] Wrong parameter order in AS1/2 P-code Action GetURL2 documentation
- [#2025], [#2078], [#2053] Problems starting the app on Windows when the username has unicode characters
### Changed
- [#2120] Exported assets no longer take names from assigned classes if there is more than 1 assigned class
@@ -3289,8 +3290,11 @@ Major version of SWF to XML export changed to 2.
[#2116]: https://www.free-decompiler.com/flash/issues/2116
[#2122]: https://www.free-decompiler.com/flash/issues/2122
[#2111]: https://www.free-decompiler.com/flash/issues/2111
[#2120]: https://www.free-decompiler.com/flash/issues/2120
[#2127]: https://www.free-decompiler.com/flash/issues/2127
[#2025]: https://www.free-decompiler.com/flash/issues/2025
[#2078]: https://www.free-decompiler.com/flash/issues/2078
[#2053]: https://www.free-decompiler.com/flash/issues/2053
[#2120]: https://www.free-decompiler.com/flash/issues/2120
[#1130]: https://www.free-decompiler.com/flash/issues/1130
[#1220]: https://www.free-decompiler.com/flash/issues/1220
[#1717]: https://www.free-decompiler.com/flash/issues/1717