We're i18n'ing an application, and the rubber is hitting the road. Properties files have the form file_'lang'_'region'.properties. This allows us to generate different text (for example) for a single property for British English, US English, and French (assuming French is my default locale.) My question involves Unicode. We have to store Unicode in a database, but there are times where we'd ...