/*
 *	JChar Converter 1.0
 * File: conv_s.js
 *	Date: 1/21/03
 *	All Rights Reserved (C) JChar Laboratory (C) VooDoo Lounge 2002
 *
 * Following codes are not copyable nor modifiable for any commercial uses.
 * Only personal use or possibly educational purpose is an acceptable secondary use.
 * Even in the acceptable case, you have to notice the author
 * your purposes, locations and resposible persons/organizations.
 *
 * Contents of JChar Laboratory are provided "as is" without warranty of any kind whatsoever.
 * JChar Laboratory, and the author thereof, shall not be held responsible or liable, under any circumstances,
 * for any damages resulting from the use or inability to use the information within. 
 */

conv_s = new Array(
	"!",	"I",	"I",
	"\"",	"\"",	"\"",
	"#",	"",	"",
	"$",	"",	"",
	"%",	"",	"",
	"&",	"",	"",
	"'",	"'",	"'",
	"(",	"i",	"i",
	")",	"j",	"j",
	"*",	"",	"",
	"+",	"{",	"{",
	",",	"A",	"A",
	"-",	"[",	"[",
	".",	"B",	"B",
	"/",	"^",	"^",
	"0",	"O",	"O",
	"1",	"P",	"P",
	"2",	"Q",	"Q",
	"3",	"R",	"R",
	"4",	"S",	"S",
	"5",	"T",	"T",
	"6",	"U",	"U",
	"7",	"V",	"V",
	"8",	"W",	"W",
	"9",	"X",	"X",
	":",	"F",	"F",
	";",	"G",	"G",
	"<",	"",	"",
	"=",	"",	"",
	">",	"",	"",
	"?",	"H",	"H",
	"@",	"",	"",
	"[",	"u",	"u",
	"\\",	"",	"",
	"]",	"v",	"v",
	"^",	"O",	"O",
	"_",	"Q",	"Q",
	"`",	"`",	"`",
	"{",	"o",	"o",
	"|",	"b",	"b",
	"}",	"p",	"p",
	"~", 	"`",	 "`"
);

