From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta-snd-e11.biglobe.ne.jp (mta-snd-e11.biglobe.ne.jp [27.86.113.11]) by sourceware.org (Postfix) with ESMTPS id A6C363858C36 for ; Wed, 27 Mar 2024 08:01:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A6C363858C36 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kba.biglobe.ne.jp Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kba.biglobe.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A6C363858C36 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=27.86.113.11 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711526495; cv=none; b=QEVeXJLXMNPYIQgseTevHiQsSjs1FL8suCB0YQaNvGuEjOsLmoet1DZQHivJM8o4MV2Ly7hEVX4oab+xnLt2yebakeQaH6WmBLTOcr+FlfGacLSe41TWAiLXSyB6x5eVIqoFxivz2beIiZVv3Zat3Vpo3gYF76X/KeS9P6TMnco= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711526495; c=relaxed/simple; bh=YPXoRwdEAlMobWaA5po8U5k4Zom9tqDCQcEKucU8NqI=; h=From:Mime-Version:Subject:Date:To:Message-Id:DKIM-Signature; b=HBC31+f0ok5XhGVFxAGrtlJ1qmY8OYRqT1RRt1GJy6LF3+t9MIGYoIPGXtlUr2uPEzlyaJfN8DMcTAhEmZPO8BQ6T1ItKKeGq4DkkTyNsHl+8fvWulPBB8nstEJnbuiwXMfBpIjzwntrGttRSVnDajRzwsCQChBTi5YdHZ3aA4o= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mail.biglobe.ne.jp by mta-snd-e11.biglobe.ne.jp with ESMTP id <20240327080121085.IMGV.40502.mail.biglobe.ne.jp@biglobe.ne.jp> for ; Wed, 27 Mar 2024 17:01:21 +0900 From: "Jun. T" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: wctomb() accepts out-of-range character in C-locale Date: Wed, 27 Mar 2024 17:01:20 +0900 References: <7028441.Tto2BC3hUo@nimes> <5DC0BA8B-0B0C-4C91-8F35-C11ACE3E9EF9@kba.biglobe.ne.jp> <000faa1d-91bf-4d90-9e4e-138c4bf889c0@systematicsw.ab.ca> <96AC13CF-766D-44A9-893A-79E1EFDF9CF0@kba.biglobe.ne.jp> To: newlib@sourceware.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3696.120.41.1.4) X-Biglobe-Sender: takimoto-j@kba.biglobe.ne.jp DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kba.biglobe.ne.jp; s=default-1th84yt82rvi; t=1711526481; bh=YPXoRwdEAlMobWaA5po8U5k4Zom9tqDCQcEKucU8NqI=; h=From:Subject:Date:References:To:In-Reply-To; b=gqapjRShXVRrFLFhD/G8QJr7mL9Cm5RLVQ19sP5c2fOf3yLBH99+1emQnl0MSfjypGxpF0cX GF0xOTBkJBfQv/3SXTGYe1mzfX4LK+S0aJ4HP7EIY7O2psglHR5ms7R75Z/gS+aCM2jk+UfiN7 unZRr8pCVVzdBCFMJz/Uez2/AmjCxts7w3QsEccoj+gHG4Z8/VbR3HEWj9Nof5kWots77I+Bo9 HFnnHld4WddlW2auue9vDS7t20jxHPO6wTSrphHIl71EHX0KCUh2al2e2VD1U6RMaJ2Q1PQPtl UfoabNese6jxMM9XgJG430SWslzHZr2PbpC6wOOjkDPpb13w== X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > 2024/03/26 20:48=E3=80=81Steven J Abner = =E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB: >=20 > The character codes 0x80-0xFF are not really implementation defined. = They are classified > as 'cntl' codes, thou not officially stated, and valid codes.=20 In the current newlib, 0xe1 in C-locale corresponds to the character U+00e1 =3D =C3=A1 (printable). Anyway, newlib can do anything it wants. But I think you can't expect other systems will do the same thing.=