most likely reason is that the system LOCALE was not set to UTF-8
## Show current locale nlsadm get-system-locale ## To list available UTF-8 locales to set nlsadm list-locale | grep [.]UTF-8 ## For example set to en_US.UTF-8 nlsadm set-system-locale en_US.UTF-8 ## reboot the server