View Issue Details

IDProjectCategoryView StatusLast Update
0000690tcshGeneralpublic2025-10-27 18:32
Reportershabiel Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformLinux 6.12.0-160000.5-d x86_64OSopenSUSE LeapOS Version16.0
Product Version6.24.13 
Summary0000690: Change in unicode handling behavior
Description% echo $version
tcsh 6.24.13 (Astron) 2024-06-12 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
% set a=`printf ':\U0001D400:'` ; echo $a
:𝐀:

% echo $version
tcsh 6.24.14 (Astron) 2024-11-26 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
% set a=`printf ':\U0001D400:'` ; echo $a
::

% echo $version
tcsh 6.24.15 (Astron) 2025-02-04 (x86_64-unknown-linux) options wide,nls,dl,al,kan,sm,rh,color,filec
% set a=`printf ':\U0001D400:'` ; echo $a
::
Steps To ReproduceSee above.
TagsNo tags attached.

Activities

bhaskar

2025-10-27 18:32

reporter   ~0004307

This was originally reported on GitHub (https://github.com/tcsh-org/tcsh/issues/121), but I guess this is the place to report the regression. We are affected as is the original reporter on GitHub. Thank you.

Issue History

Date Modified Username Field Change
2025-10-27 18:18 shabiel New Issue
2025-10-27 18:32 bhaskar Note Added: 0004307