Use unicode and remove support for some uses of str8.

This commit is contained in:
Neal Norwitz 2007-08-26 04:19:43 +00:00
parent 5b0fdc9d0a
commit 6ea45d3341
8 changed files with 59 additions and 100 deletions

View file

@ -420,8 +420,8 @@ class HexBin:
self.FName = fname
self.FInfo = FInfo()
self.FInfo.Creator = str8(creator)
self.FInfo.Type = str8(type)
self.FInfo.Creator = creator
self.FInfo.Type = type
self.FInfo.Flags = flags
self.state = _DID_HEADER