Skip to content
Snippets Groups Projects
Commit f4371019 authored by Jarosław Staniek's avatar Jarosław Staniek
Browse files

KDbSQL: Handle escape sequences in string literals

Handle escape sequences in string literals: \" \' \n \r \0 etc.

Also:
- \xhh -> character
- \uxxxx -> 16-bit unicode character
- \u{xxxxxx} -> 24-bit unicode "code point" character, known from JavaScript (ECMAScript 6)
- Add autotests

BUG:364950
parent 1ce68ae6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment