From owner-freebsd-bugs Fri Mar 23 13:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8495837B719; Fri, 23 Mar 2001 13:10:11 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2NLABD31011; Fri, 23 Mar 2001 13:10:11 -0800 (PST) (envelope-from ache) Date: Fri, 23 Mar 2001 13:10:11 -0800 (PST) From: Message-Id: <200103232110.f2NLABD31011@freefall.freebsd.org> To: phk@critter.freebsd.dk, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26036: acroread4 produces invalid postscript in Danish locale Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: acroread4 produces invalid postscript in Danish locale State-Changed-From-To: open->analyzed State-Changed-By: ache State-Changed-When: Fri Mar 23 13:03:13 PST 2001 State-Changed-Why: Apparently acroread uses printf() to print float numbers. Or use period character from nl_langinfo() to separate decimals. printf() MUST honor locale setting according to both SUSv2 and POSIX. nl_langinfo() supposed to return actual information too. In any case this bug should be reported to Adobe. Workarounds: 1) Use ASCII locale. 2) Fix your locale for acroread and break it for all other programs. I mean fix locally, I not approve this change as official. http://www.freebsd.org/cgi/query-pr.cgi?pr=26036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message