Sync utf8 clipboard support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Copyright (C) 2002-2005 RealVNC Ltd. All Rights Reserved.
|
||||
* Copyright 2011-2015 Pierre Ossman for Cendio AB
|
||||
* Copyright 2011-2019 Pierre Ossman for Cendio AB
|
||||
*
|
||||
* This is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -50,6 +50,13 @@ void vncListParams(int width, int nameWidth);
|
||||
int vncGetSocketPort(int fd);
|
||||
int vncIsTCPPortUsed(int port);
|
||||
|
||||
char* vncConvertLF(const char* src, size_t bytes);
|
||||
|
||||
char* vncLatin1ToUTF8(const char* src, size_t bytes);
|
||||
char* vncUTF8ToLatin1(const char* src, size_t bytes);
|
||||
|
||||
void vncStrFree(char* str);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user