Message 4 of 10 901 Views 0 Reply Stachu Community Champion In response to webportal 07-09-2018 06:11 AM @webportalif you use UNICHAR(10) (line break) instead of "," as separator it CONCATENATEX it should improve readability, still it's not a table per ...
{// If we were given a non-printable character just skip it.gunichar unicodeCharacter = gdk_keyval_to_unicode(event->keyval);if(!g_unichar_isprint(unicodeCharacter)) { resetTypeAheadFindState();returnfalse; } glong charactersWritten; GUniquePtr<gunichar2> utf16String(g_ucs4_to_utf16(&uni...