These variables return the remapped, “safe” values for
various characters. They can be used to search for or replace the remapped
characters in functions such as @INDEX
and
@REPLACE
. If the //UnicodeOutput option is set to NO, then
these remapped characters can also be redirected to a file, and TCC’s
built-in Unicode-to-ANSI translation will automagically replace them with
the “dangerous” forms.
Variable | Returns | |
%_AMP | safe ampersand | & |
%_BQ | safe backquote | ` |
%_CARET | safe caret | ^ |
%_CLOSEBRK | close bracket | ] |
%_CLOSEPAT | close parenthesis | ) |
%_GT | safe greater-than sign | > |
%_LT | safe less-than sign | < |
%_OPENBRK | open bracket | [ |
%_OPENPAT | open parenthesis | ( |
%_PCT | safe percent sign | % |
%_QUOTE | safe double quotes | " |
%_VBAR | safe vertical bar | ¦ |