개정판 cad7f814
fix
Change-Id: I8354884f5de729b1ebe90764d5174968935f7179
DTI_PID/DTI_PID/TextInfo.py | ||
---|---|---|
85 | 85 |
def getAngle(self): |
86 | 86 |
return self.angle |
87 | 87 |
|
88 |
def text_filter(text): |
|
88 |
def text_filter(self, text):
|
|
89 | 89 |
""" fix input text """ |
90 | 90 |
text = text.replace('—', '-').replace('--', '-').replace('”', '"') |
91 | 91 |
return text |
내보내기 Unified diff