Fix "Failed to initialize collation"
ucol_open() expects null-terminated string. GCC doesn't initialize locale name buffer in RelWithDebInfo. Fixes #2819
Please register or sign in to comment
ucol_open() expects null-terminated string. GCC doesn't initialize locale name buffer in RelWithDebInfo. Fixes #2819