FreeRDP/client/common
Ondrej Holy 5dcd1ebb06 client/common: Fix RDP file processing on big endian
TestClientRdpFile fails on big endian machines due to some bug in
unicode processing. Let's drop all the unicode functions and convert
unicode input into ascii as soon as possible. This significantly
simplify RDP file processing and also fixes TestClientRdpFile on
big endian machines.

https://github.com/FreeRDP/FreeRDP/issues/4231
2017-11-23 20:00:09 +01:00
..
test Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
client.c Fixed client context setup with default initializer. 2017-09-25 13:33:05 +02:00
CMakeLists.txt Build: Use correct pdb names when installing with symbols 2017-01-31 13:32:51 +01:00
cmdline.c Fix #3509: Added Ctrl+Alt+Enter description 2017-11-20 13:22:53 +01:00
compatibility.c Replaced atoi 2017-11-15 15:52:16 +01:00
compatibility.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
file.c client/common: Fix RDP file processing on big endian 2017-11-23 20:00:09 +01:00