$ a=$'\xd9\xbf'

$ echo ${#a}
1

$ a2=${a:0:1}

$ echo ${#a2}
1




this two characters are "j" and "k" graphical characters in linux terminal/console

I need to extract only one... but apparently I can't.



Reply via email to