Making Oracle 8i Do UTF-8 Properly

Note to self: to make Oracle 8i accept UTF-8 as input and generate it as output, just make sure that the NLS_LANG environment variable is set consistently, including when you start the database.

NLS_LANG=AMERICAN_AMERICA.UTF8
export NLS_LANG