Forum Discussion

ssl's avatar
ssl
Occasional Visitor
3 years ago
Solved

ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ

ReadyAPI returns error when input special characters like À-ÖØ-öø-ÿ

  • Hey ssl,

    Im reiterating what nmrao said, but if youre trying to pass characters with diacritics (the agrave accent over the capital A, the diaeresis (the two horizontal dots) over the capital O, etc.) if passed via HTTP will probably need to be encoded in some way.

    E.g. to represent the Ö character, youd need to replace Ö in your request with an alternative character string.

    Please see --> https://www.toptal.com/designers/htmlarrows/letters/uppercase-o-with-umlaut/

    Cheers,

    Rich

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    More details needed such as software version, os details, what kind of input ?
    • richie's avatar
      richie
      Community Hero
      Hey ssl,

      Im reiterating what nmrao said, but if youre trying to pass characters with diacritics (the agrave accent over the capital A, the diaeresis (the two horizontal dots) over the capital O, etc.) if passed via HTTP will probably need to be encoded in some way.

      E.g. to represent the Ö character, youd need to replace Ö in your request with an alternative character string.

      Please see --> https://www.toptal.com/designers/htmlarrows/letters/uppercase-o-with-umlaut/

      Cheers,

      Rich