Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support parsing UTF-16 LE RDP files #79

@jackbuehner

Description

@jackbuehner

The signed RDP files generated by RemoteAll Tool use UTF-16 LE instead of UTF-8. We should add support for parsing this encoding when fetchching RDP file contents in getAppsAndDesktops().

This will also enable better handling for signed RDP files; we can look at the signature property instead of detecting lots of null bits from the UTF-16 encoding. Related to #57 and #58. I did not realize the UTF-16 encoding was causing the 0 bytes when I made PR #58, but the assumption I made that only signed RDP files are like this is wrong and could lead to issues in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions