[7.2.244] When 'enc' is utf-8 and 'fenc' is latin1, writing a non-latin1
commit67b5abe6d11fb0bd9f3109dee4e3b7661ed8a182
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 18:01:27 +0000 (29 18:01 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 29 Jul 2009 18:01:27 +0000 (29 18:01 +0000)
treeddc342cec3111c9e9ee50a43e37de0b6dce7fab8
parent6eec3169a80c0df0a089e75a7ed987d7eb25b923
[7.2.244] When 'enc' is utf-8 and 'fenc' is latin1, writing a non-latin1

Problem:    When 'enc' is utf-8 and 'fenc' is latin1, writing a non-latin1
            character gives a conversion error without any hint what is wrong.

Solution:   When known add the line number to the error message.

Patch 7.2.244
src/fileio.c
src/version.c