Can't seem to invitebyname special character ö

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
sfko
Posts: 11
Joined: Sun Jun 19, 2011 10:15 am

Can't seem to invitebyname special character ö

#1 Post by sfko »

Trying to invite a player with ö

I tried capc/148m but doesn't invite correctly.
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Can't seem to invitebyname special character ö

#2 Post by Administrator »

First of all, where are you putting this? There is a big difference between the XML files (profile, waypoint scripts) and Lua scripts.
sfko
Posts: 11
Joined: Sun Jun 19, 2011 10:15 am

Re: Can't seem to invitebyname special character ö

#3 Post by sfko »

It is in waypoint
sendMacro('InviteByName("Capc/148m")');

(And no thats not my name, thats chosen because my SSF4 CD is on my desk. )
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Can't seem to invitebyname special character ö

#4 Post by Administrator »

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.
sfko
Posts: 11
Joined: Sun Jun 19, 2011 10:15 am

Re: Can't seem to invitebyname special character ö

#5 Post by sfko »

Worked like a charm, TY.
Post Reply