nope -- all that does is specify what encoding the source file is in -
so it effects literals -- that's it. If you are getting unicode objects
and strings intermixed from DB queries, etc, that's another problem.
I like to think of it like this:
Use unicode entirely inside your app.
encode/decode (or make sure you know the encoding of the source) EVERY
TIME you do any IO -- reading writing files, getting to to/from a
database, etc.
Where this gets ugly is legacy data that may be in mixed encodings - arrgg!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception