[Bug 263210] printf does not support unicode hexa code

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Apr 2022 19:08:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263210

--- 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 here:

=== 13.0 ===

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


=== 14-head ===

$ 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 ⩽
u2A7D

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