Use arrow touch in a script shell without special character

Hello,

I have a problem when i execute the script underneath.
If i tape azerty 123 and i use the arrow touch, in the file /tmp/test i have the caracter [^D [^D.
What can i do if i want to supress special caracter if a user user the arrow touch?

Thanks

#!/usr/bin/ksh

clear
echo "Taper l adresse IP de la partition a creer  :"
tput cup 1 48
read Adress
echo $Adress
echo "${Adress}" >> /tmp/test