diff options
| author | nyamatongwe <unknown> | 2004-06-01 13:31:58 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-06-01 13:31:58 +0000 |
| commit | ac7b2a73de2f97ead7512eec7efb1fd223f2f7ee (patch) | |
| tree | b163413284fbcee8ee0a21de6c79bd1c7f47f2f0 /include/Scintilla.h | |
| parent | 9c208d8e9961801bbec997a21a485deeb295ced3 (diff) | |
| download | scintilla-mirror-ac7b2a73de2f97ead7512eec7efb1fd223f2f7ee.tar.gz | |
Patch for allowing retrieval of document text encoded as
UTF-8 and converting from UTF-8 to the document
encoding.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 1a4e48872..78f3e093e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -583,6 +583,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETCHARSDEFAULT 2444 #define SCI_AUTOCGETCURRENT 2445 #define SCI_ALLOCATE 2446 +#define SCI_TARGETASUTF8 2447 +#define SCI_SETLENGTHFORENCODE 2448 +#define SCI_ENCODEDFROMUTF8 2449 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 |
