The following example shows a US-ASCII attempted usage of a French object names.
create table table_employé ( employé_id integer, "nom_de_l'employé" char (50) character set latin);
*** Failure 6734 The US-ASCII string contains an untranslatable character. Statement# 1, Info =153 *** Total elapsed time was 1 second.