E5XML/XMLHandlerBase.py

changeset 110
c9a969db1469
parent 96
9624a110667d
child 792
a13346916170
equal deleted inserted replaced
109:9c72858d4b7a 110:c9a969db1469
64 64
65 def decodedNewLines(self, text): 65 def decodedNewLines(self, text):
66 """ 66 """
67 Public method to decode newlines and paragraph breaks. 67 Public method to decode newlines and paragraph breaks.
68 68
69 @param text text to decode (string or QString) 69 @param text text to decode (string)
70 """ 70 """
71 return text.replace(self.NEWPARA, "\n\n").replace(self.NEWLINE, "\n") 71 return text.replace(self.NEWPARA, "\n\n").replace(self.NEWLINE, "\n")
72 72
73 def startDocument(self): 73 def startDocument(self):
74 """ 74 """

eric ide

mercurial