DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4AP6S6mT1590296 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4AP6S6mT1590296 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=E7HwDuBh X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 025943857C4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1732516084; bh=UhaAazz6TQdu29Z6wHsYpC2nfr5sS3H57qDLpvLf1es=; h=To:Subject:Date:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=E7HwDuBhD+Ty9VkBfLH5rre2ZTijM4rs7Nmm5jj5RRJWS582/o23/BhJJ81MsgcSA vKs30py1VXpUqkeCvCwOUk13kGF/622Bhd/tMmoKYo0sZpN7k0qA8N9nMTELL/ivNv gpdLw+QIFaL+gsHaNiLFKYjoySpNDwgS3WaSaSB0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 757D63858C41 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 757D63858C41 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1732516055; cv=none; b=KeOnrM0xs+wA3mR1jSSuSvCs5I0mfmfIWX+mF7fxoLtSr5L5IsrbY8xl/HtVUp+T/t6Txp3nknn1qO1aW8A7iv70s29uwPrpCsIJv8C1llf+9Q1qgTQGol4KlWopf+HJg/ZIw64tlpDwsR6t20AJzyUAxmIu+D23/RTkdy5Rfvw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1732516055; c=relaxed/simple; bh=lgdVMiMDwtI+0f5PD9ndEebi7Y629S+ulXvA7e6k61M=; h=To:From:Subject:Date:Message-ID:Mime-Version; b=GhYji3CtvIxAsHCS6SyEDMm9M5DH+z8P1xu/Wc1Pky26VQmU2w1zmLbyEpSXGogxwMGsOXm3D262fWlU28DIqht3kvCmCuL6vaoDJYmRqqUNLTykqJhbt6L88J6vi4CXGCZyMV0bQ1Or1yOKSsqUiJ6kV37HpNqR/UeYClQmQFg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 757D63858C41 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Subject: Re: /bin/ls -l cannot handle printable Unicode characters outside the BMP ... Date: Mon, 25 Nov 2024 15:27:22 +0900 Message-ID: References: Mime-Version: 1.0 User-Agent: Thunderbird Daily Content-Language: en-US In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: jojelino via Cygwin Reply-To: jojelino Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 11/23/2024 7:44 PM, Cedric Blancher via Cygwin wrote: > Looks like the Cygwin locale has a problem with non-BMP chars. You can tell your coworker that following alias of ls would do the trick in Cygwin. alias ls="ls -N --show-control-chars" -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple