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