Hello guys.
in the sentence “Chuck Noris …”, the 6th char ’ ’ is recognized by my algorithm as a LF =>‘new line feed, new line’ and encoded as 0001010 rather than 0100000.
Using a “hardcoding” loop like:
if (( tableau[i]==’ ’ ));then
code=‘0100000’
fi
dosen’t work either… help ?