Hi,
I think the problem is because the ISO8859-15 you're using is not supported by uuencode... but if the attachment is ok, then you don't have to worry...
If you want to get rid of the message, send the output to /dev/null with:
uuencode file 2> /dev/null | mailx -s "File"
me@world.com