This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ec9c974b25 Fix build breakage on Windows (#4072)
2ec9c974b25 is described below

commit 2ec9c974b259f4c19cacf24795b1aa9883a930dc
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)
 
 

Reply via email to