Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 22:12:59 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/numericdef el_GR.ISO8859-7.src
Message-ID:  <200410132212.i9DMCxoV044382@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2004-10-13 22:12:59 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    share/numericdef     el_GR.ISO8859-7.src 
  Log:
  Add the necessary magic to make the thousands separator work for
  floating-point formats in the Greek locale.  This allows printing
  numbers with the ' format modifier, like this:
  
  $ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000
  1.024.000,000
  
  Reviewed by:    das
  
  Revision  Changes    Path
  1.3       +2 -2      src/share/numericdef/el_GR.ISO8859-7.src



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