rehello,
        That's ok, my problem come from new line.
        echo "è" | base64 
is:
        "è\n" | base64 
and:    echo -n "è" | base64 works better.

base64 (GNU coreutils) 8.5



                        Thanks Thomas.




Reply via email to