Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105257 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37114 invoked from network); 12 Apr 2019 01:00:12 -0000 Received: from unknown (HELO mail-it1-f180.google.com) (209.85.166.180) by pb1.pair.com with SMTP; 12 Apr 2019 01:00:12 -0000 Received: by mail-it1-f180.google.com with SMTP id q14so12420682itk.0 for ; Thu, 11 Apr 2019 14:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=4vZC0wgOReBpDabAYJAV9zpdirvKbxS25M9zf1zRP9k=; b=AZ7UK48yjlh66AU2Zwd0Efi8+FpDMADIboJ1YNghhfVJkWgtDgkDIW01ctoAWLOEzE xYUeyIsfV9PB74CVguC8Q1O02XwlyeKy/wFQ7OCiZB3JM6zE9ikvBWdxG1/d2jpwIG/7 SDXdObmOJI89JYfwsjR6Bng7D45EXFnjMe1Y3HH0s4FXJbxW30GFSzFOdUOPpTmubNMf ++5OGKrMPZR1yqiITnn6wuK5qQj5GxMO0XkJ32bMheGjEzXQMtWEFBPr9Gha1iCePxZR YI43M8Cw+eF3cFAqTMY1QShPApdA8FH5ONVS1ljuUlebfmmK3D0XpixmrlnsqJOVCxG1 s2AQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=4vZC0wgOReBpDabAYJAV9zpdirvKbxS25M9zf1zRP9k=; b=cc0b0fxOZ7BG4afhR5QS3FtEu/k5gCWYWq3MrDs7Sdf7WXsg6p/8uZEPChz++ee1kZ pfLkSck9J3SJ5MVcC+P+GPtRGlN8p9hH/asuzErkfpZp1MgGRB17ib/SISilsz2zHA8F 9h5nDLy+20kIUPLVTFm8eEDypEkKwJC2Gg17WcPPxj9Q7/+PteV//8kJO8Abhk77TBkU j3C1DaIyyuc2shSV3z+dDaKTUUKHf2gcd5BxuKQ8BeSblWIRsCDUzxxSdVH1FTIEcLKS vdUA0ggfk1gl6bAN0NyZqLmrodPjDb6q/sWLgHCCLzPvawWSVXnMLEaLnHytHXlxq5FZ MflQ== X-Gm-Message-State: APjAAAUfJHyRi9spoh62JQyya1FCMbELa1nXhkOrhmvYivfFcQhc7Ad+ 93gDyDD+RbVRoQ9rmDZdg3t7i3uT1PYinqw9y+Ofsg== X-Google-Smtp-Source: APXvYqyt+h7ADQ88OHG4XTFz8G3I/FOfu5L9OWRP3wv1LFyMofy3heoItYRMyVtabpmpFPruaB0xudY+5R5y9IHeEiE= X-Received: by 2002:a02:924d:: with SMTP id y13mr34950552jag.24.1555019860887; Thu, 11 Apr 2019 14:57:40 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 11 Apr 2019 14:57:31 -0700 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000006d4d08058648466d" Subject: Re: [PHP-DEV][DISCUSSION] Multilingual PHP From: walterp@gmail.com (Walter Parker) --0000000000006d4d08058648466d Content-Type: text/plain; charset="UTF-8" I also am old enough to have used/remember using BASIC. I remember German and Japanese friends that wrote in BASIC. It was interesting to see German programs where all the keywords were in English and all the text was in German. The Japanese was even more strange as the system had to switch between the code pages for ASCII/LATIN and the one for the Japanese Language. Today to get something other an ASCII/LATIN, we would have to support Unicode for source code. Does PHP currently work if Unicode is used for identifiers? Walter On Thu, Apr 11, 2019 at 2:36 PM Bruce Weirdan wrote: > On Fri, Apr 12, 2019 at 12:17 AM Benjamin Morel > wrote: > > > This may be harder for people having a native language with a different > > alphabet, though. > > > > That's unlikely to be a problem. Even to get to the PHP manual you have to > type `www.php.net` (or `google.com` if you want to google something), > so it implies you have a way to enter latin characters. Keyboard layout > switching is a problem solved decades ago. > > -- > Best regards, > Bruce Weirdan mailto: > weirdan@gmail.com > -- The greatest dangers to liberty lurk in insidious encroachment by men of zeal, well-meaning but without understanding. -- Justice Louis D. Brandeis --0000000000006d4d08058648466d--