From 76b997d0cccd68e69ee1b6d70ae6135d9d84a32f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 10 Jan 2002 21:58:35 +0000 Subject: Patch from Kengo Jinno to make Japanese entry work on Windows 9x. More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs. --- src/ScintillaBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 375cc9a74..0c1f6fee9 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -57,7 +57,7 @@ protected: virtual void RefreshColourPalette(Palette &pal, bool want); - virtual void AddCharUTF(char *s, unsigned int len); + virtual void AddCharUTF(char *s, unsigned int len, bool treatAsDBCS=false); void Command(int cmdId); virtual void CancelModes(); virtual int KeyCommand(unsigned int iMessage); -- cgit v1.2.3