I'm trying to get numbers formatted in this specific format:
"1 234.56"
So, two decimals, separated by a dot. And grouping thousands with a space char (optionally a single quote). The input values will never be larger than 9999.99.
I tried using patterns fo this, and even playing around with locales, but to no avail.