Encoding of French character

Hello,

 

I'm making a preauth with Moneris Canadian API, and I send the description of the item to Moneris in encoded format. (HttpUtility.UrlEncode)

But when I check the transaction on the demo portal of Moneris (https://esqa.moneris.com) the description of the item is not decoded.

I was wondering if there is another way of handling the special characters so they would be decoded in Monreris portal ?

 

Thank you,

  • For the item description, there is no encoding necessary. It should display the special character as-is.
  • In reply to MB_Moneris:

    Thanks for your answer.
    For most of the special characters it displays as is, but when the description of my item contains "è" I get "Cancelled:null" as the response of the preauth
    For the other special characters like "é" it works
    It's only "è" that creates the problem for me so far..