Re: User menu: pattern matching acts not as expected
Amand Tihon via mc <[email protected]> Wed, 12 Mar 2025 16:44:59 +0100
| Newsgroups | gmane.comp.gnome.apps.mc.general |
|---|---|
| Message-ID | <[email protected]> |
--===============7025899818647517288== Content-Type: multipart/signed; boundary="nextPart2651490.Lt9SDvczpP"; micalg="pgp-sha256"; protocol="application/pgp-signature" --nextPart2651490.Lt9SDvczpP Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; protected-headers="v1" From: Amand Tihon <[email protected]> To: [email protected] Subject: Re: [mc] User menu: pattern matching acts not as expected Date: Wed, 12 Mar 2025 16:44:59 +0100 Message-ID: <23868599.6Emhk5qWAg-uMVs/[email protected]> MIME-Version: 1.0 If I may, On Wednesday, 12 March 2025 12:39:39 CET J=F6rg Th=FCmmler via mc wrote: > But being in an utf charset too I can't imagine why "=E0" or "=E1" shall = be > "nonlocal" here. Seems more likely there is some charset mismatch on > Eugen's system, at least for the acting user. Maybe there are > "invisible" chars in the name in his environment... It indeed looks like a charset issue, but I have no idea if the problem is = on=20 Eugen's system or in mc. If we decode the UTF-8 characters, we get these bytes: >>> [hex(c) for c in '_=E0_=E1_'.encode('utf8')] ['0x5f', '0xc3', '0xa0', '0x5f', '0xc3', '0xa1', '0x5f'] And 0xa0 is the code for "Non-Breaking Space" in iso8859. Amand. --nextPart2651490.Lt9SDvczpP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEypn3vTa02QtdD4mObAQLjIrtcLMFAmfRq/sACgkQbAQLjIrt cLOl6gf/Uz+qd40eDCyfdREmxDPtLriy03nw1Uxlz+CLYmxdPbr+hZw12psai6dc VMBi7RJWbEHJQAfDZmINws4IYGiBDL5GJ7kQQjLQxstyjrrwfrXM+7xi8YhiC7Vm NV95tCUW5kJ6uIAC2mK2TKxE0tIOkozDg2u/xFOzO7FRKmYXE3jKRzu8kMaYtH42 4BarTcrPOwYdBs5E04q5IS4h+WdHHio8iD1sb0L2dYJlVj7L1eWiuPArz4NXnZGZ 3tvrcMNukJKmKs6pHCq6EToSIMd38Ted71qNhtIqf6V6JDTVJ7O0017n9vpFB2oX gz6u7S7G0BGBv1gkF8Vq795wgWKQ9A== =LRmO -----END PGP SIGNATURE----- --nextPart2651490.Lt9SDvczpP-- --===============7025899818647517288== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- mc mailing list [email protected] https://lists.midnight-commander.org/mailman/listinfo/mc --===============7025899818647517288==--