mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
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