-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Change from v2 to v3. Encoding with cp1252 #1680
Copy link
Copy link
Closed
Labels
kind: questionplatform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionplatform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
In my visual studio codepage 1252 is default. If I upgrade from v2 to v3 of nlohmann-json I get exceptions if i try to serialize words with the "ä ü ö". Is it possible to set the codepage in the library or do I have to change the encoding of my code files to utf8?