EX David E.

  • 1 question asked
  • 1 answer
  • 0 best answers (0%)
  • How to encode an extracted variable to UTF8

    hi, I would like to know how to convert an extracted variable in ISO-8859-1 to UTF8 ? Value of ${myvariable} : "Batiment Tertiaire - P3 \/ Sp\u00e9cifique" How to...
    EX David E.
    EX David E.

    EX David E.

    Level
    0
    35 / 100
    points
    EX David E.
    EX David E.

    EX David E.

    Level
    0
    35 / 100
    points
    hi, here is the solution to put in JS. //encode to UTF 8 var encodedValue=Packages.org.apache.commons.lang3.StringEscapeUtils.unescapeJava(Str); Results: var...