Report: hi, a quick bug report: the client crashes when you try to enter any non ASCII text into search forms Identified Issue: This is apparently caused by an encoding issue when sending selectors. Issue in: -(void)sendMessage:(NSString*)message; Progress: I have a new build that changes the encoding when converting from a NSString into a C string. In my initial couple of tests, this solves the crash, but it needs further testing before release.