Square brackets (x'AD' and x'BD') in C++ code are not getting converted correctly when the Endevor Bridge for Git retrieves the code from Endevor using Endevor Webservices. Below are the settings attempted so far:
"characterSet": "utf-8",
"codepage": "cp01140",
"characterSet": "ISO8859-1",
"codepage": "cp01140",
Release : All Supported Releases
Changing the codepage to cp01047 and characterSet to utf-8 worked.
"characterSet": "utf-8",
"codepage": "cp01047",