> Having unicode support in any way is not free. You've to rewrite your > code somehow. Right, but this should only necessary with the code that explicitly is intended to benefit from unicode features. "Old school" code - using String (= ANSIString in locale-dependent coding) - should just work. -Michael