Re: [PATCH] i18n: Fix printing of integers and floats
Holger Freyther <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
> On 18 Oct 2015, at 22:20, Holger Hans Peter Freyther <[email protected]> wrote: > > + numeric := I18N.LcNumeric language: 'en_US'. On Ubuntu this doesn't lead a good locale. So I change this to en_US.UTF-8 and the test result now looks better. holger