New submission from Erlend E. Aasland <erlend.aasl...@innova.no>:
The sqlite3.Connection.create_collation() function limits collation names to ASCII characters only. As sqlite3_create_collation_v2() (and sqlite3_create_collation()) support UTF8, there is no need for this limitation anymore. See https://github.com/python/cpython/pull/27156#issuecomment-883694653 ---------- assignee: erlendaasland components: Extension Modules messages: 397912 nosy: erlendaasland, petr.viktorin priority: normal severity: normal status: open title: [sqlite3] Remove ASCII limitation from sqlite3.Connection.create_collation() type: enhancement versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44688> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com