in reply to Re: convert scalar to wide hexadecimal value? how?
in thread convert scalar to wide hexadecimal value? how?

The pattern of your suggestion is almost the same as my second suggestion - except that you're using \d instead of 0-9. As a result, your solution is going to try change: "<U+٣٢>"

But the result isn't what you hope for. Unfortunally, \d matches hundreds of characters functions and operators dealing with (hex)numbers cannot deal with.

  • Comment on Re^2: convert scalar to wide hexadecimal value? how?