Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Oct 2022 02:24:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 267410] strfmon_l: Fix strfmon_l(3)
Message-ID:  <bug-267410-99@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267410

            Bug ID: 267410
           Summary: strfmon_l: Fix strfmon_l(3)
           Product: Base System
           Version: CURRENT
          Hardware: Any
               URL: https://github.com/freebsd/freebsd-src/pull/620
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: standards
          Assignee: standards@FreeBSD.org
          Reporter: jlduran@gmail.com

Created attachment 237701
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237701&action=
=3Dedit
MWE

Attached is a simple MWE that reproduces a few bugs in the current strfmon_=
l(3)
code.

I have created a GitHub pull request (#620), which attempts to fix them:
https://github.com/freebsd/freebsd-src/pull/620

% ./strfmon_l_mwe=20
Expected: [ **1234,57 =E2=82=AC] [ **1.234,57 EUR]
  Actual: [ =E2=82=AC**1234.57 ] [ EUR**1234.57 ]

Expected: [ =C2=A3**1234.57] [ GBP**1,234.57]
  Actual: [ =C2=A3**1234.57 ] [ GBP**1234.57 ]

Posting it here fore visibility and tracking.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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