[Git][wine/wine][master] 2 commits: wscript: Support UTF-16 LE encoded script files.
Alexandre Julliard pushed to branch master at wine / wine Commits: 788054c2 by Lokesh Poovaragan at 2026-07-21T23:08:07+02:00 wscript: Support UTF-16 LE encoded script files. Use IsTextUnicode() to detect UTF-16 LE encoding, including BOM detection and heuristic analysis. When detected, the data is used directly since Windows uses UTF-16 LE natively. Files without Unicode encoding fall back to CP_ACP as before. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52833 - - - - - 1f069f49 by Lokesh Poovaragan at 2026-07-21T23:08:07+02:00 wscript/tests: Add encoding tests for UTF-16 script files. Test that wscript.exe can execute scripts encoded in UTF-16 LE with and without BOM, using the Wine.Test ActiveX object to verify successful script execution. - - - - - 2 changed files: - programs/wscript/main.c - programs/wscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5c79c0f6a460ce0a8b2b8a794a6f9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5c79c0f6a460ce0a8b2b8a794a6f9... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)