aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-02-16 11:13:24 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-02-16 11:13:24 +1100
commit04477a781d31e2c4e3b10cfe09d7c025fd897421 (patch)
tree0cf04b2c878275d6d35a425f3efc34ad5db831e4 /cocoa/ScintillaCocoa.h
parent4e705edb0910461ebe675eb57d8fd08cc94495ec (diff)
downloadscintilla-mirror-04477a781d31e2c4e3b10cfe09d7c025fd897421.tar.gz
Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 384282270..45d04e564 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -105,6 +105,8 @@ private:
bool GetPasteboardData(NSPasteboard* board, SelectionText* selectedText);
void SetPasteboardData(NSPasteboard* board, const SelectionText& selectedText);
+ int TargetAsUTF8(char *text);
+ int EncodedFromUTF8(char *utf8, char *encoded) const;
int scrollSpeed;
int scrollTicks;