Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2022 19:08:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 263210] printf does not support unicode hexa code
Message-ID:  <bug-263210-227-adUwMU7hZ1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263210-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263210-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263210

--- Comment #3 from Olivier Cochard <olivier@freebsd.org> ---
(In reply to Piotr Pawel Stefaniak from comment #2)

It doesn't work on 13.0 neither on -current with /bin/sh neither /bin/csh h=
ere:

=3D=3D=3D 13.0 =3D=3D=3D

% uname -v
FreeBSD 13.0-RELEASE-p7 #0: Mon Jan 31 18:24:03 UTC 2022=20=20=20=20
root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC=
=20
amd64
olivier@dev:~ % sh ./printf.sh
Trying to display UTF-8 character =E2=A9=BD
u2A7D


=3D=3D=3D 14-head =3D=3D=3D

$ uname -v
FreeBSD 14.0-CURRENT #133 main-n255050-0ced2aef067: Mon Apr 25 15:18:50 CEST
2022

$ sh ./printf.sh
Trying to display UTF-8 character =E2=A9=BD
u2A7D

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263210-227-adUwMU7hZ1>