-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support mixed UTF-16 content for ADP
Components like forms and reports that are exported from an ADP project do not use UCS BOM markers, but may contain UTF-16 unicode characters. (Such as unicode characters in form controls.) This change uses `TristateMixed` when reading files exported from ADP projects, which allows us to properly convert these to UTF-8 for representation in Version Control.
- Loading branch information
1 parent
2e8762f
commit dadf500
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters