Bridge for Git - Square brackets aren't converted correctly
search cancel

Bridge for Git - Square brackets aren't converted correctly

book

Article ID: 275294

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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",

 

Environment

Release : All Supported Releases

Resolution

Changing the codepage to cp01047 and characterSet to utf-8 worked.

"characterSet": "utf-8",
"codepage": "cp01047",