Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always use utf-8 encoding instead of locale.getpreferredencoding() #276

Merged
merged 1 commit into from
Oct 23, 2017
Merged

Conversation

roxma
Copy link
Contributor

@roxma roxma commented Oct 19, 2017

roxma/nvim-completion-manager#148 (comment)

To avoid error on systems with non unicode compatible encoding returned by locale.getpreferredencoding()

@justinmk justinmk merged commit a703b47 into neovim:master Oct 23, 2017
bfredl added a commit to bfredl/python-client that referenced this pull request Nov 8, 2017
Brings the client up-to-date with Nvim 0.2.1

Changes since 0.1.13:
* a2e1169 Fix tests on windows (neovim#201)
* 9a0e729 fix an indexing bug when setting lines in a Range object (neovim#270)
* 4abd5d0 Documentation update (neovim#272)
* a703b47 make sure logging always uses UTF-8 regardless of locale (neovim#276)
* 68aa352 argument to allow nested notification handlers (neovim#262)
bfredl added a commit to bfredl/python-client that referenced this pull request Nov 8, 2017
Brings the client up-to-date with Nvim 0.2.1

Changes since 0.1.13:
* a2e1169 Fix tests on windows (neovim#201)
* 9a0e729 Fix an indexing bug when setting lines in a Range object (neovim#270)
* 4abd5d0 Documentation update (neovim#272)
* a703b47 Make sure logging always uses UTF-8 regardless of locale (neovim#276)
* 68aa352 Argument to allow nested notification handlers (neovim#262)
bfredl added a commit to bfredl/python-client that referenced this pull request Nov 8, 2017
Brings the client up-to-date with Nvim 0.2.1

Changes since 0.1.13:
* a2e1169 Fix tests on windows (neovim#201)
* 9a0e729 Fix an indexing bug when setting lines in a Range object (neovim#270)
* 4abd5d0 Documentation update (neovim#272)
* a703b47 Make sure logging always uses UTF-8 regardless of locale (neovim#276)
* 68aa352 Add argument to allow nested notification handlers (neovim#262)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants