zsh-workers
 help / color / mirror / code / Atom feed
* E02 failing on Alpine / musl libc
@ 2022-05-16  7:14 dana
  2022-05-16 10:54 ` Peter Stephenson
  2022-05-17  2:33 ` Jun T
  0 siblings, 2 replies; 4+ messages in thread
From: dana @ 2022-05-16  7:14 UTC (permalink / raw)
  To: Zsh hackers list

Earlier today an Alpine dev posted on IRC that an E02 test is failing for them
on 5.9:

  https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34456

It's an issue with the way the function name ヌ is printed:

  -$'\M-c\M-\C-C\M-\C-L' () {
  +$'\udfe3\udf83\udf8c' () {

I assume it's to do with this:

> Starting with version 1.1.11, musl provides a special C locale where bytes
> 0x80-0xff are treated as abstract single-byte-character units with no actual
> character identity (they’re mapped into wchar_t values that occupy the
> Unicode surrogates range).

( https://wiki.musl-libc.org/functional-differences-from-glibc.html )

dana


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-19  3:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16  7:14 E02 failing on Alpine / musl libc dana
2022-05-16 10:54 ` Peter Stephenson
2022-05-17  2:33 ` Jun T
2022-05-19  3:27   ` dana

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).