mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
74150633f1
Converting a CmdlineArg straight to a Filename allows us to make the filename out of the wide-character version of the string on Windows. So now filenames specified on the command line should generally be able to handle pathnames containing Unicode characters not in the system code page. This change also involves making some char pointers _into_ Filename structs where they weren't previously: for example, the 'openssh_config_file' variable in Windows Pageant's WinMain(). |
||
---|---|---|
.. | ||
align_label_left.c | ||
arm_arch_queries.c | ||
arm_arch_queries.h | ||
block_signal.c | ||
buildinfo_gtk_version.c | ||
cloexec.c | ||
cmdline_arg.c | ||
dputs.c | ||
filename.c | ||
fontspec.c | ||
get_label_text_dimensions.c | ||
get_username.c | ||
get_x11_display.c | ||
getticks.c | ||
keysym_to_unicode.c | ||
make_dir_and_check_ours.c | ||
make_dir_path.c | ||
make_spr_sw_abort_errno.c | ||
nonblock.c | ||
open_for_write_would_lose_data.c | ||
our_dialog.c | ||
pgp_fingerprints.c | ||
pollwrap.c | ||
signal.c | ||
string_width.c | ||
x11_ignore_error.c |