Thousands separator-issue

Hi

I have realised that we have a difference in thousands separator between NG1 (Servoy 2021.03 LTS) and TiNG (Servoy 2024.03) with the locale “fr-CH”. In NG1 the thousand separator is a ’ (apostrophe) and in TiNG it is a space! I’ve tested it on the same machine so the operating system couldn’t be the problem. The settings on the Servoy-Admin-Page are the same!

I’m guessing that it is the JavaVM or a Servoy-Setting.

Does anyone knows how to fix this?

Thanks in advance for any suggestions.
Roland

TiNG is correct if i read this
this is the file we use of numbro for formatting strings:

https://github.com/BenjaminVanRyseghem/ … -CH.js#L11

and yes the thousand separator is a space
also when i read it here: https://www.localeplanet.com/icu/fr-CH/index.html
they all seem to say the same thing.

Thanks for your reply Johan

In which JAR will I find these settings? So I could probably adjust this on my own for our customer.

Best
Roland

thats not in a jar

that is in an npm package that is being downloaded when we install/create the client side TiNG build (the output of that that you see in the Titanium NG Build console)

so this is not so easy to just hack/patch in an install.