On 13/01/2021 20:06, n952162 wrote:
What encoding is your editor using?

vi?  How would I determine that?  My locale is C


You could use:

  :set fenc

to display the current encoding used for the file, or

  :set fenc=utf8

to force UTF-8 or any other encoding of your chosing. You can also add a magic line with fenc to the file to always ensure that the specified encoding is used, assuming you also have magic lines enabled in vimrc.

- Victor

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to