From owner-freebsd-i18n@FreeBSD.ORG Mon Jun 22 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 74D2D1065673 for ; Mon, 22 Jun 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 47D038FC27 for ; Mon, 22 Jun 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5MB6uWU018037 for ; Mon, 22 Jun 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 n5MB6tYh018033 for freebsd-i18n@FreeBSD.org; Mon, 22 Jun 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Jun 2009 11:06:55 GMT Message-Id: <200906221106.n5MB6tYh018033@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, 22 Jun 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 Sat Jun 27 12:42:32 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 F023D106566C for ; Sat, 27 Jun 2009 12:42:32 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (ppp113-58.static.internode.on.net [150.101.113.58]) by mx1.freebsd.org (Postfix) with ESMTP id A06438FC0A for ; Sat, 27 Jun 2009 12:42:32 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by k7.mavetju.org (Postfix, from userid 1001) id 0AE38450E3; Sat, 27 Jun 2009 22:42:31 +1000 (EST) Date: Sat, 27 Jun 2009 22:42:31 +1000 From: Edwin Groothuis To: freebsd-i18n@freebsd.org Message-ID: <20090627124230.GA8587@mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: AM/PM or 24 hour in ps 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: Sat, 27 Jun 2009 12:42:33 -0000 Hi, One of the things I would like to see in ps(1) before I die (note that it might take a long time before this happens) is that the time started is working in the 24 hour format, were convinient for the local settings. The current implementation of ps(1) has already this in it, except that it doesn't work because we have the format X_FMT_AMPM set for every locale and thus ps(1) displays it in the AM/PM format. So, the question is more or less.... How can a program figure out if the current locale prefers AM/PM notation or the 24 hour notation? USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND edwin 1138 0.0 0.3 4408 2112 v0 I+ 9:10PM 0:00.01 -bash (bash) edwin 1145 0.0 0.2 3476 1448 v0 I+ 9:10PM 0:00.00 /bin/sh /usr/loca vs USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND edwin 1138 0.0 0.3 4408 2112 v0 I+ 21:10 0:00.01 -bash (bash) edwin 1145 0.0 0.2 3476 1448 v0 I+ 21:10 0:00.00 /bin/sh /usr/loca Edwin -- Edwin Groothuis Website: http://www.mavetju.org/ edwin@mavetju.org Weblog: http://www.mavetju.org/weblog/