This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10_0 by this push:
new 22c239285a7 Backport windows build fix to branch_10_0 (cherrypicked
from 2ec9c97) (#4115)
22c239285a7 is described below
commit 22c239285a790209f855faeec652fdb810b099ac
Author: Rahul Goswami <[email protected]>
AuthorDate: Sun Feb 8 08:06:32 2026 -0500
Backport windows build fix to branch_10_0 (cherrypicked from 2ec9c97)
(#4115)
---
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)