@JIM, forgive me if I'm wrong, but this does seem like a locale issue at first glance.
Please use the following commands to check the values of your system's locale environment variables, and paste the output here.
echo $LC_ALL
echo $LANG
These snippets might help you get things patched up if the variables return no values, or similar.
Good luck!
CK