This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 4197: Correcting currency formatting for hr_HR


On Sun, 2003-06-15 at 15:13, Petter Reinholdtsen wrote:
> Hello.  Did you get this email?  I never saw any reply.

Yup, I've got it, sorry for not responding earlier, but I was waiting
for the confirmation from my friends in the government.

> > How are negative numbers handled (currently '-' in front of the number
> > and symbol)?  What is the correct grouping (currently 3 digits in each
> > group), and character to use between groups (currently space, should
> > be non-breaking space?)?  Should the decimal point be comma or period
> > (currently comma)?  Is this correct presentation:
> > 
> > 
> >   123.45        123,45 Kn        HRK 123,45
> >   -123.45       -123,45 Kn       -HRK 123,45
> >   123456.78     123 456,78 Kn    HRK 123 456,78
> >   -123456.78    -123 456,78 Kn   -HRK 123 456,78
> > 
> > You used period in your formatting.  This made me unsure.

This is the case:

Decimal separator is always comma. At one point in time there was a
pressure to use period, but official one wasn't changed according to my
sources.

Grouping is correct. 3 digits in each group, groups separated by space.

Negative numbers are always represented with the minus in front of
number, and as close as possible (not in front of the currency symbol) .

That would make your example look like:
  123.45        123,45 Kn        HRK 123,45
  -123.45       -123,45 Kn       HRK -123,45
  123456.78     123 456,78 Kn    HRK 123 456,78
  -123456.78    -123 456,78 Kn   HRK -123 456,78

Hope this helps,

-- 
Tomislav Vujec
Team Leader / Senior Developer, CCM
Red Hat (RH Interchange Inc.) Orleansstr. 4 81669 Munich
Tel.+49 89 2060 5831  Fax +49 89 2060 5888  Cell. +49 173 387 5437


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]