From owner-freebsd-i18n@FreeBSD.ORG Mon Dec 14 11:06:56 2009 Return-Path: Delivered-To: freebsd-i18n@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F2501065695 for ; Mon, 14 Dec 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 744F48FC22 for ; Mon, 14 Dec 2009 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBEB6ucE075954 for ; Mon, 14 Dec 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBEB6tGo075952 for freebsd-i18n@FreeBSD.org; Mon, 14 Dec 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Dec 2009 11:06:55 GMT Message-Id: <200912141106.nBEB6tGo075952@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i18n@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i18n@FreeBSD.org X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f conf/109367 i18n [locale] UTF8 encoded locales and problem collating ac f conf/91106 i18n [locale] date definitions in pl_PL locale are wrong 2 problems total. From owner-freebsd-i18n@FreeBSD.ORG Tue Dec 15 02:32:15 2009 Return-Path: Delivered-To: freebsd-i18n@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50403106566B for ; Tue, 15 Dec 2009 02:32:15 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 12DBB8FC0C for ; Tue, 15 Dec 2009 02:32:15 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id nBF2WDqr028896 for ; Mon, 14 Dec 2009 20:32:13 -0600 (CST) (envelope-from scf@FreeBSD.org) Date: Mon, 14 Dec 2009 20:32:13 -0600 (CST) From: "Sean C. Farley" To: freebsd-i18n@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: Subject: ru.KOI8-R different based upon LANG setting X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 02:32:15 -0000 Recently, I noticed when doing comparisons of files that running the following (part of make buildworld) gives different results if run with LANG=en_US.UTF-8 versus LANG=C (or no LANG) in the environment. sed -f /usr/src/contrib/groff/tmac/strip.sed /usr/src/gnu/usr.bin/groff/tmac/ru.KOI8-R This is the line that generates /usr/share/tmac/mdoc/ru.KOI8-R. The other generations (i.e., fr.ISO8859-1) do not have differences. gsed generates the same difference, so I suspect something in libc. Since I know barely anything with NLS, I wanted to report this. freebsd-i18n looked like the best choice. Sean -- scf@FreeBSD.org