This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new 3b0421bd20f Fix build breakage on Windows (#4072)
3b0421bd20f is described below
commit 3b0421bd20f3474d94df88a8f58f4db44c78a3c1
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)