Quote:
Originally Posted by VenomMaster
Wow... that was really fast.
I tried it, but in my case i had to add an utf8_en(de)code. The URI has to be right, since it changes "Jah?ira" to the preferred "Jah%C3%AAira".
But it doesn't seem to save or fetch any data from the armory. If i call the generated URI in my browser, it works, and if i put in another charname, without accents, it works too.
quite spooky...
[edit]
WoW, i finally got it. It's enough to urlencode & utf8_encode the name in the url, anything else can be left as it is.
I also added the german translations for the fetched data. I'll attach it below.
Again thank you very much for this really great hack.
-Venom
|
Can you reattach the product file with your changes? I'd like to see what you changed. I was actually quite curious about the encoding/decoding and how that would pan out. I figured it would at least get you started in the right area. I can probably add a dropdown for the different encoding types in vboptions and then leave the most common as default. That way the URL would encode correctly based off what you saved.
I believe what you are saying is just to leave the urlencode() in the URL parse and not add the decode() parameters.