Skip to content

Unicode support #3

Description

@Last8Exile

If commandLine string contains unicode charecters - they may be broken when passed to new process.
To fix add CharSet.Unicode to CreateProcess in Kernel32.cs

        [DllImport("kernel32.dll", SetLastError=true, CharSet = CharSet.Unicode)]
        public static extern bool CreateProcess(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions