Michael Schnell schrieb: > Delphi Prism would go > > for each i in itrdo > begin > ... now do something with the Unicode character stored in i > end; Depends on the type of i. Neither Char nor WideChar are capable of holding every Unicode codepoint (32 bit). DoDi