unicode text must be sliced correctly.
svn: r13091
This commit is contained in:
parent
26dd3db5bc
commit
5bd5a98ba9
@ -1677,6 +1677,8 @@ class TextDoc(object):
|
||||
is <b>text</b><i><b> here</b> not</i>
|
||||
overwrite this method if this complexity is not needed.
|
||||
"""
|
||||
#unicode text most be sliced correctly
|
||||
text=unicode(text)
|
||||
FIRST = 0
|
||||
LAST = 1
|
||||
tagspos = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user