Objects to be indexed with a TextIndex can now define an additional
attribute column+'_encoding' to specify an encoding other than 'latin1'. This encoding is needed when the UnicodeSplitter is used to convert a Python string to unicode. Not setting the column+"_encoding attribute retains the standard behaviour.
Showing
Please register or sign in to comment