igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

Switch Docker client Vim to use `encoding=utf-8` #387

Closed alexeypetrenko closed 2 months ago

alexeypetrenko commented 2 months ago

Currently Docker client Vim uses encoding=latin1.

This makes it very hard to compete in challenges with unicode symbols (For example, 9v006637d03a00000000026f)

This PR switches Docker client Vim to use encoding=utf-8.