diff options
author | Robert Boehne <robb@datalogics.com> | 2020-02-24 21:53:53 (GMT) |
---|---|---|
committer | Robert Boehne <robb@datalogics.com> | 2020-02-24 21:53:53 (GMT) |
commit | b6ec4db801b44fe067488f1eab4f7c98b8693d46 (patch) | |
tree | 68401142b8e08e7373fb16455b2cedbb972805a6 | |
parent | b4454c3f49ff814806b49bbf245f0a5262638d0c (diff) | |
download | SCons-b6ec4db801b44fe067488f1eab4f7c98b8693d46.zip SCons-b6ec4db801b44fe067488f1eab4f7c98b8693d46.tar.gz SCons-b6ec4db801b44fe067488f1eab4f7c98b8693d46.tar.bz2 |
Add a blurb about specifining encoding when opening Java source files as text.
-rwxr-xr-x | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 20b99c4..7c5c9c2 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,10 @@ NOTE: Please include a reference to any Issues resolved by your changes in the b RELEASE VERSION/DATE TO BE FILLED IN LATER +From Rob Boehne + - Specify UTF-8 encoding when opening Java source file as text. By default, encoding is the output + of locale.getpreferredencoding(False), and varies by platform. + From William Deegan: - Fix broken clang + MSVC 2019 combination by using MSVC configuration logic to propagate'VCINSTALLDIR' and 'VCToolsInstallDir' which clang tools use to locate |