From 04477a781d31e2c4e3b10cfe09d7c025fd897421 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 16 Feb 2015 11:13:24 +1100 Subject: Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa. --- cocoa/ScintillaCocoa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/ScintillaCocoa.h') 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; -- cgit v1.2.3