Update vcsaDriver.py
This commit is contained in:
parent
b935525a29
commit
aad47d0746
@ -222,7 +222,7 @@ class driver():
|
|||||||
ch |= 0x100
|
ch |= 0x100
|
||||||
try:
|
try:
|
||||||
lineText += self.charmap[ch]
|
lineText += self.charmap[ch]
|
||||||
except:
|
except KeyError:
|
||||||
lineText += chr('?')
|
lineText += chr('?')
|
||||||
allText += lineText + '\n'
|
allText += lineText + '\n'
|
||||||
allAttrib += lineAttrib
|
allAttrib += lineAttrib
|
||||||
|
Loading…
Reference in New Issue
Block a user