Home > Software engineering >  How can I convert all UTF8 Unicode characters in a string to their relevant Codepoints using bash/sh
How can I convert all UTF8 Unicode characters in a string to their relevant Codepoints using bash/sh

Time:02-21

There seem to be loads of questions about converting 'Codepoints' to utf8, but I can't find an answer anywhere to do it the other way around.

I want to run a script which will convert a string such as My

  • Related