Trying to invite a player with ö
I tried capc/148m but doesn't invite correctly.
Can't seem to invitebyname special character ö
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Can't seem to invitebyname special character ö
First of all, where are you putting this? There is a big difference between the XML files (profile, waypoint scripts) and Lua scripts.
Re: Can't seem to invitebyname special character ö
It is in waypoint
sendMacro('InviteByName("Capc/148m")');
(And no thats not my name, thats chosen because my SSF4 CD is on my desk. )
sendMacro('InviteByName("Capc/148m")');
(And no thats not my name, thats chosen because my SSF4 CD is on my desk. )
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Can't seem to invitebyname special character ö
Use the ö character normally and make sure the file is saved as UTF-8 without BOM. I recommend you use Notepad++ to edit your waypoints, and you'll find the option to encode with UTF-8 without BOM under the 'Encoding' menu.
Re: Can't seem to invitebyname special character ö
Worked like a charm, TY.