Skip to content

Work around the non-breakable space change in AM/PM formats in newer CLDR

Volker Krause requested to merge work/vkrause/avoid-am-pm-format into master

Depending on the Qt version and platform we might or might not get a a \u202 instead of \u20 before the "AM" or "PM", which is not ideal for unit tests. So use a language here that doesn't have that problem.

Merge request reports