Skip to content

Commit

Permalink
Declare title as utf-8 for more OFS types
Browse files Browse the repository at this point in the history
  • Loading branch information
rbu committed Oct 2, 2018
1 parent dad7214 commit d7fcae1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/OFS/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
zodbupdate_decode_dict = {
'OFS.Image File data': 'binary',
'OFS.Image Image data': 'binary',
'OFS.Image File title': 'utf-8'

'OFS.Application Application title': 'utf-8',
'OFS.DTMLDocument DTMLDocument title': 'utf-8',
'OFS.DTMLMethod DTMLMethod title': 'utf-8',
'OFS.Folder Folder title': 'utf-8',
'OFS.Image File title': 'utf-8',
'OFS.Image Image title': 'utf-8',
'OFS.Image Pdata title': 'utf-8',
'OFS.OrderedFolder OrderedFolder title': 'utf-8',
'OFS.userfolder UserFolder title': 'utf-8',
}

0 comments on commit d7fcae1

Please sign in to comment.