WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Pickedlast

Special Characters -- SQL Database” wysłany:
Hey all.

I am using the API (obviously) to pull the guild member list. Some of our guild members have the ALT code characters in their names. With SQL databases, it does not know what to do with them (at least with a standard INSERT query), so it puts very interesting characters in the database instead.

How do you work around this so as to have the proper ALT character go into the database as is?

Please note that the initial pull from the API to my object setup is just fine as far as the name markup is concerned. The only trouble area is the insert into the database.

Here is what I am dealing with: http://www.girthguild.com/wow-roster.php (Go down to Applicants and you will see a couple of problems).

Thanks.

----------------------

Had a thought. Would a good way to do this be to url-encode the character name on the database insert and just decode it on the data pull?