1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/assets
Wez Furlong 8092886146
windows: add manifest to config-using console apps, force UTF8 ACP
Lua appears to populate package.path to something based on the
executable path on windows, but since it uses msvcrt in ANSI mode,
that string is encoded in whatever 8-bit MBCS is configured by
the host system ACP setting.

Rust expects that to be UTF-8, but Windows doesn't guarantee it.

This commit updates the manifest for wezterm-gui to tell Windows
that it wants its ACP to be set to UTF-8 prior to launch, which
should resolve this situation for the GUI.

This commit also introduces a more cut-down manifest for the
console-subsystem executables that also use the lua config layer,
which should hopefully resolve this issue for them.

This commit was authored on a mac, so fingers crossed that it
even compiles properly on windows!

refs: https://github.com/wez/wezterm/issues/3390
2023-03-28 19:18:48 -07:00
..
colors colorschemes: expand to include Gogh color schemes 2022-07-10 13:32:17 -07:00
flatpak ci: automate making PR for flathub at release time 2023-03-26 06:42:04 -07:00
fonts update bundled JetBrainsMono to 2.304 2023-03-25 07:18:29 -07:00
icon logo: refine appearance a bit more 2021-12-29 18:14:26 -07:00
macos/WezTerm.app macos: allow association with .command file type 2022-12-19 11:06:12 -07:00
shell-completion add wezterm cli activate-pane, wezterm cli activate-tab 2023-03-24 17:32:55 -07:00
shell-integration shell integration: check existence of hostname command before calling 2023-01-24 12:21:41 -08:00
windows windows: add manifest to config-using console apps, force UTF8 ACP 2023-03-28 19:18:48 -07:00
open-wezterm-here quote pwd in open-wezterm-here 2022-07-22 06:46:21 -07:00
wezterm-nautilus.py feat: support Natilus 4.0 API 2022-10-03 08:37:09 -07:00
wezterm.appdata.xml add pane select screenshot to appstream data 2022-08-21 13:15:38 -07:00
wezterm.desktop Continue parsing cmdline arguments in the desktop file 2022-11-04 06:32:32 -07:00