In VBScript, I am trying to find a way to convert accented characters of a string, in their Unicode notation.
For example, I need ú to be converted to \u00FA (cf. https://docstore.mik.ua/orelly/web2/action/appb_01.htm)
How could I proceed? I have been struggling without success with the Hex() and AscW() functions...