Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/154#discussion_r170899796
--- Diff: src/protocols/rdp/guac_rdpdr/rdpdr_messages.c ---
@@ -273,3 +273,15 @@ void
guac_rdpdr_process_prn_using_xps(guac_rdpdrPlugin* rdpdr, wStream* input_st
guac_client_log(rdpdr->client, GUAC_LOG_INFO, "Printer unexpectedly
switched to XPS mode");
}
+int guac_rdpdr_encode_utf16(const char* input_string, char* output_string)
{
--- End diff --
Brilliant! Will use this one, instead.
---