If you initialize your TableService instance by passing unicode strings for the account key and name, then insert some entities in a begin_batch/commit_batch operation, the entities don't get added. There is no exception thrown, but if you query the entity back, you won't get anything.
It works fine if you pass in ascii string to the TableService constructor.