improve escaping characters from multibyte strings
Read the whole character from a multibyte string and then escape it. while here: - add more virtual methods for escaping strings to BaseExpression
This commit is contained in:
@@ -50,11 +50,6 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
void before_field_value_string(const FT & field_type, ModelEnv * model_env) override;
|
||||
void after_field_value_string(const FT & field_type, ModelEnv * model_env) override;
|
||||
|
||||
|
Reference in New Issue
Block a user