Skip to content

runners/datetime: normalise U+202F to U+0020 when parsing dates/times

Fushan Wen requested to merge work/fuf/cldr42 into master

CLDR 42 replaced plain ASCII space U+0020 with U+202F when formatting dates. For backward-compatibility reasons we want to ensure that QLocale::toDateTime() works when the default locale is English, therefore we have to normalise U+202F to U+0020

Edited by Fushan Wen

Merge request reports