Linux: Wide character constants are interpreted as UTF16, which is wrong. #203
Labels
Area-Translation
Issues concerning the translation from libclang into Biohazrd
Bug
Concept-Correctness
Issues concerning the correctness of the translation from an ABI perspective
Platform-Linux
Issues specific to Linux
This line assumes that wide character constants (IE:
L"Hello, World"
) are UTF16, but this is not the case on Linux:https://github.com/InfectedLibraries/Biohazrd/blob/e9145829b80dfc1d146177f66ef737930276f89f/Biohazrd/Expressions/ConstantValue.cs#L55
The text was updated successfully, but these errors were encountered: