an Entity in Data Space: 134.155.108.49:8890
The following example shows how to avoid the problem: python << EOS uniStr = u"\u2026" str = uniStr.encode( vim.eval("&encoding") ) print str EOS Or, the following one liner: :py print u"\u2026".encode( vim.eval("&encoding") )