Andreas Schwab <[email protected]> added the comment: > The technical issue here is that the libc has no "stateless" function to > process bytes and text with one specific locale.
That's not true. There is a rich set of *_l functions that take a locale_t object and operate on that locale. ---------- nosy: +schwab _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue31900> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
