function Utf8() {
	this.sh = String.fromCharCode(0x0161);
	this.Sh = String.fromCharCode(0x0160);
	this.ch = String.fromCharCode(0x010d);
	this.Ch = String.fromCharCode(0x010c);
	this.zh = String.fromCharCode(0x017e);
	this.Zh = String.fromCharCode(0x017d);
	this.EUR = String.fromCharCode(0x20ac);
}

var Utf8 = new Utf8();