Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 02:35:21 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/monetdef de_CH.ISO8859-1.src src/share/numericdef Makefile de_CH.ISO8859-1.src
Message-ID:  <200906160236.n5G2aVlR068131@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2009-06-16 02:35:21 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/monetdef       de_CH.ISO8859-1.src 
    share/numericdef     Makefile 
  Added files:           (Branch: RELENG_7)
    share/numericdef     de_CH.ISO8859-1.src 
  Log:
  SVN rev 194276 on 2009-06-16 02:35:21Z by edwin
  
  MFC of r193867:
  
    Fix LC_NUMERIC and LC_MONETARY for de_CH locale
  
    With the de_CH (swiss german) locale, numbers should look like this:
  
        numbers: 1'234.45
        monetary values: Fr. 1'234.45
  
    Previously, the thousands separator was missing for numbers, and
    "." for monetary values, and "," was incorrectly used as decimal
    point.
  
  PR:           conf/75502
  Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
  
  Revision  Changes    Path
  1.1.26.1  +2 -2      src/share/monetdef/de_CH.ISO8859-1.src
  1.61.2.1  +7 -6      src/share/numericdef/Makefile
  1.1.2.1   +12 -0     src/share/numericdef/de_CH.ISO8859-1.src (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906160236.n5G2aVlR068131>