intersystems / intersystems/git-source-control
Wrong character set in CSP pages
Open
- Dominant language
- ObjectScript
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 5
Description
In short, git-source-control export CSP pages to git directory using:
$SYSTEM.OBJ.ExportUDL(InternalName, filename,"-d/diff/createdirs=1")
This export create the exported file using UTF-8 charecter set.
However, the CSP file created by Studio or vsCode in the CSP Web Application directory uses iso-8859-1 charecter set.
When the CSP is opened from Studio or vsCode the CSP file is copied from the git directory to the CSP Web Application directory and this way all non ASCII characters are garbled.
Tested in IRIS Linux and Windows.
Contributor guide
Assessment
This issue has not been assessed yet.