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 d4dc3db commit 94dac7aCopy full SHA for 94dac7a
src/actions/transformations/transformation.cc
@@ -114,7 +114,7 @@ Transformation* Transformation::instantiate(std::string a) {
114
IF_MATCH(urlDecodeUni) { return new UrlDecodeUni(a); }
115
IF_MATCH(urlDecode) { return new UrlDecode(a); }
116
IF_MATCH(urlEncode) { return new UrlEncode(a); }
117
- IF_MATCH(utf8ToUnicode) { return new Utf8ToUnicode(a); }
+ IF_MATCH(utf8toUnicode) { return new Utf8ToUnicode(a); }
118
119
return new Transformation(a);
120
}
0 commit comments