applidium / Vim

Port of the Vim text editor to the iOS
https://applidium.com/en
535 stars 99 forks source link

Strange behavior with accented characters #17

Closed N-Holzschuch closed 12 years ago

N-Holzschuch commented 12 years ago

Hi,

when I type "é" in Vim, it appears as "é " Same with "ç", which appears as "ç " (in short, most accented characters appear as "the accented character plus an extra space").

And "à" appears as "| ", which is even weirder.

I have the same behavior using the app from the App Store, the source code compiled and running on the iOS simulator and the source code running on an iPad.

N-Holzschuch commented 12 years ago

Problem solved by specifying "set encoding=utf-8" in the vimrc