I ran dbverify and received the message:
Charset Mismatch for ora: SpaceCharset: UTF-8/DBCharset: WE8MSWIN1252
All of the tables and indexes were fine.
$LASRCDIR/dict/.xml has charset="UTF-8" and "UTF-16 while gen.xml and all my other environments have charset="ISO-8859-1". The Oracle database has WE8MSWIN1252 and $LASYSDIR/install.cfg has .ORA_CHARSET=WE8MSWIN1252.
This does not seem to affect the system. I am not sure how to resolve this. I was referred to an article about converting to Unicode. Has anyone seen this issue and have a way to resolve it?