Hi , The method quoteStringLiteral(StringBuilder buf, @Nullable String charsetName,String val)
Will convert non Ascii characters to UNICODE. Also if charset is specified then it would append the charset name after the literal. Can you put some light on why we are doing this ? So here we treat literal as default ? Can we change this behaviour?
