diff options
| author | nyamatongwe <unknown> | 2011-06-04 21:51:47 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-06-04 21:51:47 +1000 | 
| commit | be133968b94c77ea9e4bdcea16175f96f7481bae (patch) | |
| tree | 380902c4a899bd045aa6e3bf1290a6c2459bcb9f /cocoa/PlatCocoa.h | |
| parent | c53e82e6002f1edce443260d48e45688fbbca85c (diff) | |
| download | scintilla-mirror-be133968b94c77ea9e4bdcea16175f96f7481bae.tar.gz | |
Added EncodingFromCharacterSet for ScintillaCocoa case folding.
Diffstat (limited to 'cocoa/PlatCocoa.h')
| -rw-r--r-- | cocoa/PlatCocoa.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 250d94ad6..a9ff87b0e 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -23,6 +23,7 @@  NSRect PRectangleToNSRect(Scintilla::PRectangle& rc);  Scintilla::PRectangle NSRectToPRectangle(NSRect& rc); +CFStringEncoding EncodingFromCharacterSet(bool unicode, int characterSet);  @interface ScintillaContextMenu : NSMenu  { @@ -111,7 +112,7 @@ public:    void FlushCachedState();    void SetUnicodeMode(bool unicodeMode_); -  void SetDBCSMode(int codePage); +  void SetDBCSMode(int codePage_);  }; // SurfaceImpl class  } // Scintilla namespace | 
