This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 276a8f43d63 Fix build breakage on Windows (#4072)
276a8f43d63 is described below
commit 276a8f43d6395ebb7e50e8edf3aa597a52bea88f
Author: Rahul Goswami <[email protected]>
AuthorDate: Thu Jan 22 14:39:14 2026 -0500
Fix build breakage on Windows (#4072)
---
gradle/documentation/changes-to-html/changes2html.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/gradle/documentation/changes-to-html/changes2html.py
b/gradle/documentation/changes-to-html/changes2html.py
index 67c2bbb592c..8ecb4832b22 100755
--- a/gradle/documentation/changes-to-html/changes2html.py
+++ b/gradle/documentation/changes-to-html/changes2html.py
@@ -771,6 +771,7 @@ def main():
html = generator.generate(parser.releases, parser.title, parser.preamble)
# Output
+ sys.stdout.reconfigure(encoding='utf-8') #UTF-8 encoding for Windows
compatibility
print(html)