Page 1 of 1

Umlauts with InviteByName ?

Posted: Tue Jan 17, 2012 5:54 pm
by M4gm4
Servus,

how do I use umlauts in inviteByFriend

Code: Select all

sendMacro('InviteByName("Sämple")');
and

Code: Select all

sendMacro('InviteByName("S\132mple")');
do not work.. any idea ?

Re: Umlauts with InviteByName ?

Posted: Tue Jan 17, 2012 6:39 pm
by M4gm4
ok, problem solved, google is my friend:)
German umlauts for LUA:

Code: Select all

Umlaut     Lua-Code	Example
     ä      \195\164	nähern = n\195\164hern
     Ä      \195\132	Änderung = \195\132nderung
     ö      \195\182	zwölf = zw\195\182lf
     Ö      \195\150	Österreich = \195\150sterreich
     ü      \195\188	für = f\195\188r
     Ü      \195\156	Überlegung = \195\156berlegung
     ß      \195\159	Straße = Stra\195\159e

Re: Umlauts with InviteByName ?

Posted: Wed Jan 18, 2012 9:38 am
by Germangold
That's Great Dude!
dankeschön

Re: Umlauts with InviteByName ?

Posted: Wed Jan 18, 2012 6:44 pm
by M4gm4
Bittesch\195\150n :P