mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Use proper encoding to write docs test snippets
This commit is contained in:
parent
113e239e0f
commit
9fbbd73de1
@ -199,7 +199,7 @@ public class RestTestsFromSnippetsTask extends SnippetsTask {
|
||||
|
||||
// Now setup the writer
|
||||
Files.createDirectories(dest.parent)
|
||||
current = dest.newPrintWriter()
|
||||
current = dest.newPrintWriter('UTF-8')
|
||||
}
|
||||
|
||||
void finishLastTest() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user