Tuesday, March 8, 2016

Re: Is there any way to count all latin characters in utf-8 as 1 byte?

Can't find anything on the net about string.encode(vim.options[encoding]).
No info either in Vim documentation: if_pyth

Let say I create my list "MyPositions" with start/end position of matches using searchpos() in vim.

Then in my python code I have to do something like this to convert it to byte strings:

python3 << endpython
import vim
myposPyth = str(vim.eval("MyPositions"))
myposPyth = myposPyth.encode(vim.options['utf8'])

?
I still don't get it.
(btw above returns a key-error)



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment