Re: [I18n-discuss] Mappings for IDNA2008 ?

"Patrik Fältström " <paf@frobbit.se> Sat, 09 February 2019 07:42 UTC

Return-Path: <paf@frobbit.se>
X-Original-To: i18n-discuss@ietfa.amsl.com
Delivered-To: i18n-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A8608131182 for <i18n-discuss@ietfa.amsl.com>; Fri, 8 Feb 2019 23:42:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.722
X-Spam-Level:
X-Spam-Status: No, score=-1.722 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FROM_EXCESS_BASE64=0.979, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=frobbit.se
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id laCQtbKxUQ1O for <i18n-discuss@ietfa.amsl.com>; Fri, 8 Feb 2019 23:42:03 -0800 (PST)
Received: from mail.frobbit.se (mail.frobbit.se [85.30.129.185]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09E37130F2F for <i18n-discuss@iab.org>; Fri, 8 Feb 2019 23:42:02 -0800 (PST)
Received: from [192.165.72.241] (unknown [IPv6:2a02:80:3ffc:0:932:a0b9:61be:d623]) by mail.frobbit.se (Postfix) with ESMTPSA id B3BCD21997; Sat, 9 Feb 2019 08:41:58 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=frobbit.se; s=mail; t=1549698118; bh=YgLTNXE3UIcFPoKcQv42sdT8DYETwqcuehTvYifMC7A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FkaOOX/JNP68fy4EtVLlUHHhlKxX+wrqx9l1O7hCWLqKm+iX+GDddvP9sm8mP6/dM FE2zv3UX8cp7+hjsT4ToUHJVGPO06LXz6kFlIJEZWmWuJdDiL4sCOQnEwYgGSzv5QT pSnJJ5LuHJfB8SwYOFyYIgG1DggtVUVf2hntdOXs=
From: Patrik Fältström <paf@frobbit.se>
To: John R Levine <johnl@taugh.com>
Cc: i18n-discuss@iab.org
Date: Sat, 09 Feb 2019 08:41:58 +0100
X-Mailer: MailMate (1.12.4r5597)
Message-ID: <A0876610-2218-4E23-B754-E7FD557D5E67@frobbit.se>
In-Reply-To: <alpine.OSX.2.21.1902081758060.52149@ary.qy>
References: <alpine.OSX.2.21.1902081758060.52149@ary.qy>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=_MailMate_DB9DBDA8-57EF-4480-B251-C148DE14AF65_="; micalg="pgp-sha1"; protocol="application/pgp-signature"
Archived-At: <https://mailarchive.ietf.org/arch/msg/i18n-discuss/FlTcKKTwBvQ2FjGHijaMJQrMe1U>
Subject: Re: [I18n-discuss] Mappings for IDNA2008 ?
X-BeenThere: i18n-discuss@iab.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Internationalization Program Open Discussion List <i18n-discuss.iab.org>
List-Unsubscribe: <https://www.iab.org/mailman/options/i18n-discuss>, <mailto:i18n-discuss-request@iab.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/i18n-discuss/>
List-Post: <mailto:i18n-discuss@iab.org>
List-Help: <mailto:i18n-discuss-request@iab.org?subject=help>
List-Subscribe: <https://www.iab.org/mailman/listinfo/i18n-discuss>, <mailto:i18n-discuss-request@iab.org?subject=subscribe>
X-List-Received-Date: Sat, 09 Feb 2019 07:42:05 -0000

On 8 Feb 2019, at 23:58, John R Levine wrote:

> Here's a suggestion that should make everyone unhappy.

No, it makes me happy!

> If you're in an environment with a user and a locale, like a phone app
> or a web browser, use a local mapping to get U-labels and send them
> along.  Or I suppose if that's too much javascript, send the locale
> along with the unmapped text to the server with the mapping tables which
> maps to U-labels.

Exactly!

> If you're deep inside a server getting strings out of web pages or
> files and it's not mapped, too late.

Bingo!

A string is mapped "whenever it enters the system". "Within the system" it should be mapped already and must be either A-LABEL or U-LABEL.

   Patrik