Popular recipes by Andre Pfeuffer http://code.activestate.com/recipes/users/1069626/2006-02-25T15:10:17-08:00ActiveState Code RecipesRecordsets supporting zero terminated strings (Python) 2006-02-25T15:10:17-08:00Andre Pfeufferhttp://code.activestate.com/recipes/users/1069626/http://code.activestate.com/recipes/474086-recordsets-supporting-zero-terminated-strings/ <p style="color: grey"> Python recipe 474086 by <a href="/recipes/users/1069626/">Andre Pfeuffer</a> . </p> <p>There has been a receipe already, but not supporting zero terminated 'C' strings. Zerotermination is marked with 'z', number before 'z', say 2z is not supported. You can use 2 'z' positions, however. Set tu=True outputs to [] instead of record.</p>