Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28348 invoked from network); 20 Oct 2008 18:46:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2008 18:46:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=et@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=et@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 62.75.137.136 as permitted sender) X-PHP-List-Original-Sender: et@php.net X-Host-Fingerprint: 62.75.137.136 fuer-et.de Linux 2.5 (sometimes 2.4) (4) Received: from [62.75.137.136] ([62.75.137.136:38808] helo=eve.fuer-et.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/27-21706-F12DCF84 for ; Mon, 20 Oct 2008 14:46:56 -0400 Received: from lapalma.mis.informatik.tu-darmstadt.de (lapalma.mis.informatik.tu-darmstadt.de [130.83.165.195]) by eve.fuer-et.de (Postfix) with ESMTP id 39504158568 for ; Mon, 20 Oct 2008 20:46:53 +0200 (CEST) To: internals@lists.php.net Date: Mon, 20 Oct 2008 20:46:50 +0200 User-Agent: KMail/1.9.7 References: <48F89F19.9040405@croscon.com> <3D.16.21706.F3CCCF84@pb1.pair.com> <015101c932e3$a37fb370$3ffc1f3e@foxbox> In-Reply-To: <015101c932e3$a37fb370$3ffc1f3e@foxbox> X-PGP-Key-URL: http://www.mis.informatik.tu-darmstadt.de/People/walk/ MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200810202046.51235.et@php.net> Subject: Re: [PHP-DEV] Namespace issues From: et@php.net (Stefan Walk) On Monday 20 October 2008 20:42:36 Steph Fox wrote: > > Well, on German keyboards, it's accessible but only by using ALTGR+?, > > which is not really a comfortable combination. > > Useful to know, thanks Philipp. > > Any more localized keyboard issues we should know about? Anyone? > > - Steph The "german keyboard" issue isn't really one. {}[] are in the same "class" of characters (alt-Gr + number-row). So, as a programmer, you either have to live with that anyway because there's no avoiding {}[], or you switch to the us layout while programming (which quite a few people do). Regards, Stefan