I am trying to convert URLs which include special letters like “ü” to an UTF8 (Perl Notation) URL. But EncodeURLComponent and EncodingToURLMBS are not working like i expected it.
Both encode the ü to %FC which is correct in ISO8859, but i need the ü encoded to %C3%BC (Hexadecimal Notation?).
But you were correct, @Thomas Eckert
One of my Data Fields was without an Encoding (h021 in Xojo Editor Debugger).
After changing everything to really be in UTF-8, it works like a charm.