alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Fix problem with ascii encoding. Json. #79

Closed RaidoS closed 8 years ago

RaidoS commented 9 years ago

It`s for this problem https://github.com/alek-sys/sublimetext_indentxml/issues/70

alek-sys commented 8 years ago

Fails with TypeError: init() got an unexpected keyword argument 'encoding' Python

sys.version '3.3.3 (default, Dec 19 2013, 14:11:33) \n[GCC 4.7.2]'

ST3 build 3083

But works ok with just ensure_ascii=False, thanks!