Closed
Description
see: https://docs.microsoft.com/en-us/dotnet/api/system.char?view=netframework-4.7#remarks
section "Char values and interop"
existing text: "When a managed Char type, which is represented as a Unicode UTF-8 encoded code unit, is passed to unmanaged code, the interop marshaler converts the character set to ANSI."
Char type represents a UTF-16 code unit.
new / correct text: "When a managed Char type, which is represented as a Unicode UTF-16 encoded code unit, is passed to unmanaged code, the interop marshaler converts the character set to ANSI."
Metadata
Metadata
Assignees
Labels
No labels