Lines Matching refs:encoding
12 4. PostScript Printing Encoding |postscript-print-encoding|
103 Sets the character encoding used when printing. This option tells Vim which
104 print character encoding file from the "print" directory in 'runtimepath' to
107 This option will accept any value from |encoding-names|. Any recognized names
108 are converted to Vim standard names - see 'encoding' for more details. Names
113 'encoding' (if it is set an 8-bit encoding) to find the print character
114 encoding file. If Vim is unable to find a character encoding file then it
115 will use the "latin1" print character encoding file.
117 When 'encoding' is set to a multibyte encoding, Vim will try to convert
118 characters to the printing encoding for printing (if 'printencoding' is empty
119 then the conversion will be to latin1). Conversion to a printing encoding
124 Four print character encoding files are provided to support default Mac, VMS,
126 platforms. Code page 1252 print character encoding is used by default on
266 To set up the correct encoding and character set for printing some
420 possible to get all the characters in an encoding to print by installing a
424 to the 8-bit encoding specified by 'printencoding' (or latin1 if it is
427 to the 8-bit encoding.
430 4. Custom 8-bit Print Character Encodings *postscript-print-encoding*
432 To use your own print character encoding when printing 8-bit character data
433 you need to define your own PostScript font encoding vector. Details on how
434 to define a font encoding vector is beyond the scope of this help file, but
438 locate and use your print character encoding.
440 i. Decide on a unique name for your encoding vector, one that does not clash
441 with any of the recognized or standard encoding names that Vim uses (see
442 |encoding-names| for a list), and that no one else is likely to use.
447 modify the array of glyph names to define your new encoding vector. The
449 iv. Within Vim, set 'printencoding' to your unique encoding name and then
450 print your file. Vim will now use your custom print character encoding.
453 content of the first 3 lines, other than the name of the encoding on the line
457 with the same name as the encoding it will use when printing. The file
459 print character encoding Vim will use.]
474 The encoding and character set are specified with the 'printencoding' and
475 'printmbcharset' options. If 'printencoding' is not specified then 'encoding'
477 translated to this encoding for printing. You should ensure that the encoding