fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

Triggering completion after System.Char. results in UnicodeEncodeError #38

Closed kjnilsson closed 8 years ago

kjnilsson commented 8 years ago

Error detected while processing function fsharpbinding#python#Complete: line 43: Traceback (most recent call last): Error detected while processing function fsharpbinding#python#Complete: line 43: File "", line 11, in Error detected while processing function fsharpbinding#python#Complete: line 43: File "/Users/karlnilsson/code/kjnilsson/vim-fsharp/ftplugin/fsharpvim.py", line 213, in helptext Error detected while processing function fsharpbinding#python#Complete: line 43: output = output + str(ol['Signature']) + "\n" Error detected while processing function fsharpbinding#python#Complete: line 43: UnicodeEncodeError: 'ascii' codec can't encode character u'\uffff' in position 23: ordinal not in range(128)

kjnilsson commented 8 years ago

fixed