Level 15
I fixed it by myself by changing line 75 with with open(tmp_file, 'r', encoding='utf8') as file: in the SublimePhpCsFixer plugin.
I also posted it here: https://github.com/adael/SublimePhpCsFixer/issues/5
Hi There, quick question:
I have probs with German umlauts when using "on_save", it changes them from "ä" to "ä"
php-cs-fix fix file.php with console works, but not the plugin with "on_save": true
I fixed it by myself by changing line 75 with with open(tmp_file, 'r', encoding='utf8') as file: in the SublimePhpCsFixer plugin.
I also posted it here: https://github.com/adael/SublimePhpCsFixer/issues/5
Please or to participate in this conversation.