Page 1 of 1

Flip

Posted: 15 May 2008 00:30
by Dust
http://www.revfad.com/flip.html

nice tool, isn't it? :)

(: ¿ʇı ʇ,usı 'looʇ ǝɔıu

Re: Flip

Posted: 15 May 2008 13:07
by Gamberra
lower(L) are wrong :P

just write aloha, and you will see that the l tip is above the letters, while h its below the letters

still its cool program

Re: Flip

Posted: 15 May 2008 13:19
by Ixora
I think this is the reason why lower 'L' does not work:

Code: Select all

var flipTable = {
a : '\u0250',
b : 'q',
c : '\u0254', //open o -- from pne
d : 'p',
e : '\u01DD',
f : '\u025F', //from pne
g : '\u0183',
h : '\u0265',
i : '\u0131', //from pne
j : '\u027E',
k : '\u029E',
//l : '\u0283',       <------- LOWER L DOES NOT WORK BECAUSE IT IS COMMENTED
m : '\u026F',
n : 'u',
r : '\u0279',
t : '\u0287',
v : '\u028C',
w : '\u028D',
y : '\u028E',
'.' : '\u02D9',
'[' : ']',
'(' : ')',
'{' : '}',
'?' : '\u00BF', //from pne
'!' : '\u00A1',
"\'" : ',',
'<' : '>',
'_' : '\u203E',
';' : '\u061B',
'\u203F' : '\u2040',
'\u2045' : '\u2046',
'\u2234' : '\u2235',
'\r' : '\n' //thank you, Yeeliberto
}