Janice Caron Wrote: > Consider this: > > string s = "\u20AC"; /* s contains exactly one Unicode character */ > string t = s[1..2]; this makes string array of bytes rather than chars.