We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d12e71 commit 65f99ebCopy full SHA for 65f99eb
modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultCodegen.java
@@ -1843,6 +1843,7 @@ public DefaultCodegen() {
1843
protected void initializeSpecialCharacterMapping() {
1844
// Initialize special characters
1845
specialCharReplacements.put("$", "Dollar");
1846
+ specialCharReplacements.put("€", "Euro");
1847
specialCharReplacements.put("^", "Caret");
1848
specialCharReplacements.put("|", "Pipe");
1849
specialCharReplacements.put("=", "Equal");
0 commit comments