Problem: MSVC compiler has a problem with non-ASCII characters.
Solution: Avoid non-ASCII characters. (Hong Xu)
#define DCS 0x90 /* Device Control String */
#define STERM 0x9c /* String Terminator */
-#define POUND '£'
+#define POUND '\xA3'
#define CTRL_F_STR "\056"
#define CTRL_H_STR "\026"
c = *s++;
#ifdef FEAT_MBYTE
- /* We only change ß to SS when we are certain latin1 is used. It
+ /* We only change 0xdf to SS when we are certain latin1 is used. It
* would cause weird errors in other 8-bit encodings. */
if (enc_latin1like && c == 0xdf)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 293,
/**/
292,
/**/