HEX
Server: Apache
System: Linux vps-1758242.hdpublicidad.mx 5.14.0-570.49.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 30 07:46:13 EDT 2025 x86_64
User: ochoayasociados (1030)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //bin/unicode_stop
#!/usr/bin/sh

TTY="`/usr/bin/tty`"
case "$TTY" in
	/dev/console|/dev/vc*|/dev/tty[0-9]*)
		;;
	*)
		echo "unicode_stop skipped on $TTY"
		exit 0
		;;
esac

# stop unicode
kbd_mode -a
if test -t ; then
	printf '\033%%@'
fi
stty -iutf8

uid="`id -u 2>/dev/null`" ||:
if [ "$uid" = '0' ]; then
	[ ! -r "$HOME/.kbd/.keymap_sv" ] ||
		loadkeys "$HOME/.kbd/.keymap_sv"
fi