my @characters = list('InThaiHCons'); #OR PERHAPS my @characters = MyModule::list('InThaiHCons'); #IF FUNCTION IS NOT EXPORTED print @characters; #[The site would not print the UTF-8 characters here--see below the code box.] #Codepoints, e.g. '0E01' instead of actual characters would also be acceptable, as it should be trivial to convert them.