You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
broken by #314. This is compatible with the fix introduced in #314. To use non-ASCII text/filename in clipboard, chansrv needs to be run with LC_CTYPE=*.UTF-8 because the behaviour of mbstowcs(3) function called in chansrv depends on LC_CTYPE[1]. However #314 made LC_CTYPE=C in chansrv context. Even if LANG and LC_* are set in .bashrc, /etc/profile, /etc/locale.conf or something like that, it doesn't affect in chansrv context because chansrv doesn't source any of them unlike sesman. So do not set LC_CTYPE to blank or "C" in g_init() in order to get g_mbstowcs and g_wcstombs to work properly with non-ASCII UTF-8 characters in any context. Setting LC_CTYPE to *.UTF-8 doesn't obstruct applying system language in RHEL [2]. [1] Linux man page says: The behavior of mbstowcs() depends on the LC_CTYPE category of the current locale. [2] https://bugzilla.redhat.com/show_bug.cgi?id=1290820 |
10 years ago | |
|---|---|---|
| .. | ||
| Makefile.am | 10 years ago | |
| arch.h | 10 years ago | |
| crc16.h | 12 years ago | |
| defines.h | 12 years ago | |
| fifo.c | 12 years ago | |
| fifo.h | 12 years ago | |
| file.c | 10 years ago | |
| file.h | 12 years ago | |
| file_loc.h | 10 years ago | |
| list.c | 10 years ago | |
| list.h | 12 years ago | |
| list16.c | 12 years ago | |
| list16.h | 12 years ago | |
| log.c | 10 years ago | |
| log.h | 10 years ago | |
| os_calls.c | 10 years ago | |
| os_calls.h | 10 years ago | |
| parse.h | 11 years ago | |
| pixman-region.c | 10 years ago | |
| pixman-region.h | 10 years ago | |
| pixman-region16.c | 10 years ago | |
| rail.h | 12 years ago | |
| ssl_calls.c | 10 years ago | |
| ssl_calls.h | 10 years ago | |
| thread_calls.c | 10 years ago | |
| thread_calls.h | 12 years ago | |
| trans.c | 10 years ago | |
| trans.h | 10 years ago | |
| xrdp_client_info.h | 10 years ago | |
| xrdp_constants.h | 10 years ago | |
| xrdp_rail.h | 12 years ago | |