Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unicode decode error in weird cases
- Prevent assigning label to term.value before overwriting it if term is an ITitledTokenizedTerm - Prevent unicode decode error when we have a ITitledTokenizedTerm term and term.value is nor string nor unicode and __str__ returns non ascii string (eg: Archetype ATFile)
- Loading branch information