From kde-bugs-dist Thu Jun 30 22:53:33 2016 From: =?UTF-8?Q?Jaros=C5=82aw=20Staniek=20via=20KDE=20Bugzilla=20?= X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=146732721711411 https://bugs.kde.org/show_bug.cgi?id=364950 Bug ID: 364950 Summary: SQL: Handle escape sequences in string literals Product: KDb Version: 3.0 Platform: Other OS: All Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: General Assignee: staniek@kde.org Reporter: staniek@kde.org 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) Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.