From patchwork Sun Jul 16 22:35:35 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucian Muresan X-Patchwork-Id: 12360 Received: from moutng.kundenserver.de ([212.227.126.188]) by www.linuxtv.org with esmtp (Exim 4.50) id 1G2FDA-000865-Ce for vdr@linuxtv.org; Mon, 17 Jul 2006 00:35:40 +0200 Received: from [84.149.26.173] (helo=gugumirx.no-ip.org) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1G2FD70oO1-0001yo; Mon, 17 Jul 2006 00:35:37 +0200 Received: from localhost (localhost [127.0.0.1]) by gugumirx.no-ip.org (Postfix) with ESMTP id 047176EBAF for ; Mon, 17 Jul 2006 00:35:45 +0200 (CEST) Received: from gugumirx.no-ip.org ([127.0.0.1]) by localhost (gugumirx.no-ip.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16404-01 for ; Mon, 17 Jul 2006 00:35:26 +0200 (CEST) Received: from [192.168.178.80] (blues.gugumirx.no-ip.org [192.168.178.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gugumirx.no-ip.org (Postfix) with ESMTP id 9DB416EC81 for ; Mon, 17 Jul 2006 00:35:24 +0200 (CEST) Message-ID: <44BABF37.6090002@users.sourceforge.net> Date: Mon, 17 Jul 2006 00:35:35 +0200 From: Lucian Muresan User-Agent: Thunderbird 1.5.0.4 (X11/20060618) MIME-Version: 1.0 To: vdr@linuxtv.org X-Virus-Scanned: amavisd-new at gugumirx.no-ip.org X-Provags-ID: kundenserver.de abuse@kundenserver.de login:bc0772ca0f677a4ff000d75d9f89eb79 Subject: [vdr] [patch] VDRAdmin-AM-3.4.6 utf8 automatically generated X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 22:35:40 -0000 Status: O X-Status: X-Keywords: X-UID: 10118 Hello, I've done an updated patch for UTF-8 support in VDRAdmin-AM. The "make.sh" script now can generate utf8-versions of all existing locales, just issue "make.sh utf8add", and then compile all locales with "make.sh po". Then, you can configure a utf8-locale if it's supported on your system. Have phun, Lucian P.S. The other patch is for the current gentoo ebuild, for those gentoo-ers who can't wait until hd_brummy provides a new one. --- vdradmin-am-3.4.6.ebuild 2006-07-14 17:16:36.000000000 +0200 +++ vdradmin-am-3.4.6-r1.ebuild 2006-07-16 17:39:36.000000000 +0200 @@ -31,11 +31,14 @@ unpack ${A} cd ${S} + epatch ${FILESDIR}/${P}_utf8.diff } src_compile() { - einfo "no need to compile" + einfo "additionally generating utf8 locales" + ${S}/make.sh utf8add || die + ${S}/make.sh po || die } src_install() {