Jump to content

1.7 PaymentOption Form UTF8


SBoss

Recommended Posts

Hi,

 

Currently it seems like the PaymentOption form does not support UTF8-encoded strings - they are encoded somewhere between setting and displaying.

 

The issue is easily reproducible with the paymentexample. Replace generateForm() in paymentexample.php with 

 
return "<form>äöüéàè</form>";

 

which will then display

 

äöüéàè

 

The following will display the correct characters:

 

return "<form>".utf8_decode("äöüéàè")."</form>";
 
Thanks for looking into this.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...