Brian Kirsch wrote: > Since textual data in Chandler is stored as unicode encoding to utf-8 > should not prove difficult. Chandler converts from native charsets to > Unicode at I/O boundaries and all keyboard input from the user is also > unicode. seems like a good practice to me :) always the way i've built apps in the past.