Allow higher plane characters.

This commit is contained in:
2026-07-14 21:08:26 -04:00
parent 10e6539130
commit 2070425c41
+2 -1
View File
@@ -128,7 +128,8 @@ set referencechars_raw="${referencechars_raw} 2620"
_debug "Building unicode sigils table...." _debug "Building unicode sigils table...."
if( ! $?CSHENV_NO_UNICODE_PRINTF ) then if( ! $?CSHENV_NO_UNICODE_PRINTF ) then
set referencechars_original=( `printf "${referencechars_raw:as/ / \\u/}"` ) _debug "${referencechars_raw:as/ / 0000/:as/ 00001/ 0001/:as/ / \U/}"
set referencechars_original=( `printf "${referencechars_raw:as/ / 0000/:as/ 00001/ 0001/:as/ / \\U/}"` )
else else
# Safe fallback for when there's no unicode printf # Safe fallback for when there's no unicode printf
set referencechars_original="A B C D X Y Z" set referencechars_original="A B C D X Y Z"