From: Mischa POSLAWSKY Date: Sat, 13 Sep 2008 21:42:24 +0000 (+0000) Subject: digraphs: map private use characters to modern equivalents X-Git-Tag: v1.2~49 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/dbddc268edc610c50c7ec27de30e13bdd585b377?ds=sidebyside;hp=dbddc268edc610c50c7ec27de30e13bdd585b377 digraphs: map private use characters to modern equivalents RFC-1345 contains several characters in the private use block (for various unofficial proposals at that time) which by now mostly have official Unicode designations. Using the character value instead of intended meaning is imho stupid (as the digraphs don't make any kind of sense for most modern usage) even though Vim and other adopters do so, probably unknowingly. Try to convert these to suitable standard equivalents (going by character names, Google, context, and some guesswork). ---