I need to convert a string characters to unicode.
To be simple, if i have this string : "i_Id Mega (hex)",
i want to encode this and get : "i_Id_x0020_Mega_x0020__x0028_hex"
I don't find a way to do this in powershell. All help is welcome !
Thanks, Tristan Sébillet
_x0020_, open brackets with_x0028_and remove closing round brackets? What have you tried already and what failed?