View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000690 | tcsh | General | public | 2025-10-27 18:18 | 2025-10-27 18:32 |
| Reporter | shabiel | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | Linux 6.12.0-160000.5-d x86_64 | OS | openSUSE Leap | OS Version | 16.0 |
| Product Version | 6.24.13 | ||||
| Summary | 0000690: 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 Reproduce | See above. | ||||
| Tags | No tags attached. | ||||
|
|
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. |