Commit dbcec1d2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

make ERP5Type.Utils.guessEncodingFromText public.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41871 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96348473
......@@ -163,7 +163,7 @@ ModuleSecurityInfo('Products.ERP5Type.Utils').declarePublic(
'sortValueList', 'convertToUpperCase', 'UpperCase',
'convertToMixedCase', 'cartesianProduct', 'sleep', 'getCommonTimeZoneList',
'int2letter', 'getMessageIdWithContext', 'getTranslationStringWithContext',
'Email_parseAddressHeader')
'Email_parseAddressHeader', 'guessEncodingFromText')
allow_module('Products.ERP5Type.Message')
ModuleSecurityInfo('Products.ERP5Type.Message').declarePublic('translateString')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment