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:
2024-06-19 23:02:37 +02:00
parent e46c090b41
commit 8e757aff71
7 changed files with 158 additions and 64 deletions

View File

@@ -37,7 +37,6 @@
#include <vector>
#include "baseexpression.h"
#include "morm_types.h"
namespace morm