How do I 'cast' an integer to a char ?
I can print an ascii caracter like this
print "\x61";
And I get the outbut 'a'
But what if a want a variable printed as an ascii char
print "\x$mychr";
Then I just get the 61 if $mychar is set to 61
But the main issue is that I want to convert files containing
ascii input from differnt languages to unicode so if anyone has other
suggestions in that topic a reply would bee apriciated.
I can print an ascii caracter like this
print "\x61";
And I get the outbut 'a'
But what if a want a variable printed as an ascii char
print "\x$mychr";
Then I just get the 61 if $mychar is set to 61
But the main issue is that I want to convert files containing
ascii input from differnt languages to unicode so if anyone has other
suggestions in that topic a reply would bee apriciated.
