@@ -325,7 +325,7 @@ def decode_unicode_escape(value):
325325 if ("고양이파일" not in __file_format_multi_dict__ ):
326326 __file_format_multi_dict__ .update ( { '고양이파일' : {'format_name' : "GoyangiPa-il" , 'format_magic' : "고양이파일" , 'format_lower' : "goyangipa-il" , 'format_len' : 15 , 'format_hex' : "eab3a0ec9691ec9db4ed8c8cec9dbc" , 'format_delimiter' : "\x00 " , 'format_ver' : "001" , 'new_style' : True , 'use_advanced_list' : True , 'use_alt_inode' : False , 'format_extension' : ".고양이" } } )
327327 if ("内酷法伊鲁" not in __file_format_multi_dict__ ):
328- __file_format_multi_dict__ .update ( { '네코파일 ' : {'format_name' : "NèiKùFǎYīLǔ" , 'format_magic' : "内酷法伊鲁" , 'format_lower' : "nèikùfǎyīlǔ" , 'format_len' : 15 , 'format_hex' : "518591776cd54f0a9c81" , 'format_delimiter' : "\x00 " , 'format_ver' : "001" , 'new_style' : True , 'use_advanced_list' : True , 'use_alt_inode' : False , 'format_extension' : ".内酷" } } )
328+ __file_format_multi_dict__ .update ( { '内酷法伊鲁 ' : {'format_name' : "NèiKùFǎYīLǔ" , 'format_magic' : "内酷法伊鲁" , 'format_lower' : "nèikùfǎyīlǔ" , 'format_len' : 15 , 'format_hex' : "518591776cd54f0a9c81" , 'format_delimiter' : "\x00 " , 'format_ver' : "001" , 'new_style' : True , 'use_advanced_list' : True , 'use_alt_inode' : False , 'format_extension' : ".内酷" } } )
329329 if ("猫文件" not in __file_format_multi_dict__ ):
330330 __file_format_multi_dict__ .update ( { '猫文件' : {'format_name' : "MāoWénjiàn" , 'format_magic' : "猫文件" , 'format_lower' : "māowénjiàn" , 'format_len' : 9 , 'format_hex' : "732b65874ef6" , 'format_delimiter' : "\x00 " , 'format_ver' : "001" , 'new_style' : True , 'use_advanced_list' : True , 'use_alt_inode' : False , 'format_extension' : ".猫" } } )
331331if (__file_format_default__ not in __file_format_multi_dict__ ):
@@ -349,7 +349,7 @@ def decode_unicode_escape(value):
349349__version_date__ = str (__version_date_info__ [0 ]) + "." + str (
350350 __version_date_info__ [1 ]).zfill (2 ) + "." + str (__version_date_info__ [2 ]).zfill (2 )
351351__revision__ = __version_info__ [3 ]
352- __revision_id__ = "$Id$"
352+ __revision_id__ = "$Id: af35b5794147adcfb397ca7e5c0e946262164e25 $"
353353if (__version_info__ [4 ] is not None ):
354354 __version_date_plusrc__ = __version_date__ + \
355355 "-" + str (__version_date_info__ [4 ])
0 commit comments