Searched refs:SendUTF8 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dtitlestack.pl72 sub SendUTF8() { return ( $TM & 4 ) ? 1 : 0; } subroutine
145 print STDERR encode( &SendUTF8 ? "utf-8" : "iso-8859-1", $command );
508 if (&SendUTF8) {
548 encode( ( &SendUTF8 ? "utf-8" : "iso-8859-1" ), $text );

Completed in 2 milliseconds