Skip to content
Snippets Groups Projects
Verified Commit 9434495d authored by akwizgran's avatar akwizgran
Browse files

Escape Unicode characters in test data.

This enables reproducible builds with non-Unicode locales.
parent bf9e91fc
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ public interface TestData { ...@@ -19,7 +19,7 @@ public interface TestData {
"Ibrahim ibn Sinan", "Ibrahim ibn Sinan",
"Muhammad Al-Karaji", "Muhammad Al-Karaji",
"Yang Hui", "Yang Hui",
"René Descartes", "Ren\u00e9 Descartes",
"Pierre de Fermat", "Pierre de Fermat",
"Blaise Pascal", "Blaise Pascal",
"Jacob Bernoulli", "Jacob Bernoulli",
...@@ -33,13 +33,13 @@ public interface TestData { ...@@ -33,13 +33,13 @@ public interface TestData {
"George Boole", "George Boole",
"John Venn", "John Venn",
"Gottlob Frege", "Gottlob Frege",
"Henri Poincaré", "Henri Poincar\u00e9",
"David Hilbert", "David Hilbert",
"Bertrand Russell", "Bertrand Russell",
"John von Neumann", "John von Neumann",
"Kurt Gödel", "Kurt G\u00f6del",
"Alan Turing", "Alan Turing",
"Benoît Mandelbrot", "Beno\u00eet Mandelbrot",
"John Nash", "John Nash",
getRandomString(MAX_AUTHOR_NAME_LENGTH), getRandomString(MAX_AUTHOR_NAME_LENGTH),
getRandomString(MAX_AUTHOR_NAME_LENGTH), getRandomString(MAX_AUTHOR_NAME_LENGTH),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment