From owner-svn-src-all@FreeBSD.ORG Thu Aug 14 14:26:25 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FC57578; Thu, 14 Aug 2014 14:26:25 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA3F92D01; Thu, 14 Aug 2014 14:26:24 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id l13so13714527iga.10 for ; Thu, 14 Aug 2014 07:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=VostWDEySvKRk5/Sl1K0BAhmZwzpl+GM4h46EXX5il0=; b=vZTfHZ1GsakGBZsFZhgmqdC6PzJjZDvwnt/fIahd1Uwc35uQQUo7H0RmyUt5sDbS+i 9TsdVcnjv3vY7oXjJiUIIXT9F4cpx8c+aUvs2iCywKOcKSpO1jCzYVS3FQ/a1BTwyZRV jNlkWxozZ9oA6WQbq7DLMeu8N7reR7QB4Ya67gPpGx171bHC5E8UQ5mgnzjEp56IVpdA MMCiuv3naOryiHxnqGBu1gGxTicAFwyeVcky2qtcMzn55mLIxqMOLmCl1mmbJRuBNkby Khr8Rs9izLoJA3HjnszmqMAnRccKZBC3iCDNBXceP0FiT3MtNgYEBk+XPUG0HtQgFov8 IrPA== X-Received: by 10.50.28.75 with SMTP id z11mr59240614igg.11.1408026384060; Thu, 14 Aug 2014 07:26:24 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.131.38 with HTTP; Thu, 14 Aug 2014 07:26:04 -0700 (PDT) In-Reply-To: <20140814161737.26eed58f@kalimero.tijl.coosemans.org> References: <201408141345.s7EDj391004351@svn.freebsd.org> <20140814161737.26eed58f@kalimero.tijl.coosemans.org> From: Ed Maste Date: Thu, 14 Aug 2014 10:26:04 -0400 X-Google-Sender-Auth: K_2xO1ckhONCdX2M7McVkRnGgrk Message-ID: Subject: Re: svn commit: r269973 - head/share/vt/keymaps To: Tijl Coosemans , Stefan Esser Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 14:26:25 -0000 On 14 August 2014 10:17, Tijl Coosemans wrote: > This was correct I think. See: > http://commons.wikimedia.org/wiki/File:Croatian_keyboard_layout.jpg > > But both hr.kbd and si.kbd are iso-8859-2 or iso-8859-16 so they need > other conversions (e.g. 163 is =C5=81). Yeah, it seems I was tripped up by the inconsistent use of '.iso' in the keymap names. In any case, rather than incrementally fixing these I'll just hold off and let Stefan include the fixes in the broader set of keymap fixes, which I believe will arrive in the next day or two.