Replies: 8 comments 2 replies
-
|
Do you know if its supported on sc? |
Beta Was this translation helpful? Give feedback.
-
|
in the terminal gives so something with locales is compiled in sc-im. on Arch Linux shows from up line 491 Although my locales are set to German, numbers in sc-im have the format 123,456.789 instead of 123.456,789. in sc-im's configuration file gives a "syntax error" while start up. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, tried it in sc-im. But sc behaves in the same way. |
Beta Was this translation helpful? Give feedback.
-
|
It will be good to have locale dependent number formats. If someone working in Germany wants to share a sheet with an American team, having the locale respected for how numbers are displayed on sounds good. The internal representation can be the same. |
Beta Was this translation helpful? Give feedback.
-
|
I would like to bring up this topic again. I also work with German localization. When entering many numbers in succession, it is inconvenient not to be able to use the familiar comma (",") as a decimal separator. You have to switch back and forth between the numeric and character keypad on the keyboard. |
Beta Was this translation helpful? Give feedback.
-
|
Tried, but I am afraid it is not as easy as setting LC_NUMERIC in locale. lex.c has to be changed in a lot of places and probably in gram.y too. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
In case you want to test this... |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
In some languages thousands and decimal separators are different from the English ones, e.g.:
English: 123,456.789 ~ German: 123.456,789.
Could you please enable this in sc-im, maybe via using locales or configuration?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions