https://bugs.documentfoundation.org/show_bug.cgi?id=104905

--- Comment #4 from Lionel Elie Mamane <lio...@mamane.lu> ---
And collation, also. Try:
 SELECT "Name", LOWER ( "Name" COLLATE UNICODE ) FROM "Table2"
 SELECT "Name", LOWER ( "Name" COLLATE DE_DE ) FROM "Table2"
 SELECT "Name", LOWER ( "Name" COLLATE UTF-8 ) FROM "Table2"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to