MSV FM

[email protected]: ~ $
Path : /bin/
File Upload :
Current < : //bin/unicode_start

#!/bin/sh

# 0. Check whether we're on a console
TTY="`/usr/bin/tty`"
case "$TTY" in
	/dev/console|/dev/vc*|/dev/tty[0-9]*)
		;;
	*)
		echo "unicode_start skipped on $TTY" >&2
		exit 0
		;;
esac

# Enables Unicode processing in the current console.
#
# 1. The input side: the keyboard driver.

# Set the keyboard driver in Unicode mode. (Default is ASCII mode.)
# This really does nothing with the way normal keys are handled in
# the kernel. All it does is:
# - It is necessary for `dumpkeys' in order to not drop U+XXXX
#   entries from the keymaps.
# - It is necessary for `loadkeys' in order to avoid warnings.
# - Unicode characters typed as Alt-x1 ... Alt-xn (where x1,...,xn
#   are digits on the numeric keypad) will be emitted in UTF-8.

/bin/kbd_mode -u

# Change the keyboard mapping in such a way that the non-ASCII keys
# produce UTF-8 encoded multibyte sequences, instead of single bytes
# >= 0x80 in a legacy 8-bit encoding.

# Non-root users are allowed to change the unicode mode of their console, but
# not the global keymap. root will have to load the keymap in unicode mode
# explicitly.

uid="`id -u 2>/dev/null`" ||:
if [ "$uid" = '0' ]; then
	# There is no way of reverting the effect of "dumpkeys | loadkeys --unicode",
	# the memory of the earlier keymap is lost. Therefore, try
	# to save a copy of the original keymap to be able to reload it in unicode_stop.
	# (see also http://mail.nl.linux.org/linux-utf8/2003-08/msg00053.html):

	[ -n "$HOME" -a "$HOME" != '/' ] ||
		HOME='/root'

	if [ -d "$HOME" -a -w "$HOME" ]; then
		[ -d "$HOME/.kbd" ] ||
			mkdir -- "$HOME/.kbd"

		[ ! -w "$HOME/.kbd" ] ||
			dumpkeys > "$HOME/.kbd/.keymap_sv"
	fi

	# redirect stderr and stdout of loadkeys to /dev/null to avoid the confusing
	# "plus before udiaeresis ignored" warnings.

	dumpkeys | loadkeys --unicode > /dev/null 2>&1
fi

# 2. The output side: the console screen.

# Tell the console output driver that the bytes arriving are UTF-8
# encoded multibyte sequences.
if [ -t 1 -a -t 2 ]; then
	printf '\033%%G'
fi
stty iutf8

# Tell the graphics card how to display Unicode characters not
# contained in the IBM 437 character set (on PCs). The font should
# have a Unicode map attached, or explicitly specified, e.g.,
# by giving `def.uni' as a second argument.

# Source /etc/vconsole.conf to get default font
. /etc/vconsole.conf

DEFAULT_UNICODE_FONT=$FONT
# Also drdos8x16 is a good candidate.

case "$#" in
	2)
		/bin/setfont "$1" -u "$2"
		;;
	1)
		/bin/setfont "$1"
		;;
	0)
		/bin/setfont $DEFAULT_UNICODE_FONT
		;;
	*)
		echo "usage: unicode_start [font [unicode map]]"
		;;
esac
Bethany
Bethany
0%

THE FINEST HOTEL NEAR LAKE KIVU

The Perfect Base For You

Required fields are followed by *





EC1A68011

About Us

Delicious Interior With The Pinch Of Everything

Bethany Investment group is Presbyterian church in Rwanda(EPR) company that manage Hotel and Guest house in Karongi (Bethany Hotel), ISANO branch in GIKONDO(Kigali), Kiyovu branch(Kigali), AMIZERO branch(Nyagatare-East) and Gisenyi Branch(Rubavu).

Accomodation

Get a Comfortable Room
Feel The Comfort

Get a comfortable room and feel our hotel’s comfort. Bethany Hotel features a variety of fully furnished rooms with extra space, Executive rooms, Deluxe rooms with a beautiful lake view and garden space, Deluxe rooms, comfort rooms, family rooms and standard rooms at your service.

Standard Single

Services

We Provide Top Class Facility
Especially For You

Beach BBQ Party

Kick back on the beach& and enjoy our berbecue from our masterchef

Breakfast

Kick back at our hotels& enjoy our breakfast from our masterchef

Conference Hall

Kick back at our hotels& enjoy our conference halls from all bethany branches

Enjoy with your partner

Honeymoon Package

80%

Get In Touch

Don’t Miss Any Update

    +

    Search your Room

    Required fields are followed by *