summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-07-07 10:38:06 +0200
committerPierre Ossman <ossman@cendio.se>2020-07-07 10:38:06 +0200
commit81898d7ceac715141e2339b5d8a1c7b820c9c268 (patch)
treeb7b9f430fdae584067bc0e117c02d50ea144c503
parentdcdc17bf24596b3aa5d8114dcd104721f58d255c (diff)
downloadnovnc-81898d7ceac715141e2339b5d8a1c7b820c9c268.tar.gz
Remove note about clipboard ISO 8859-1 restriction
We now support full Unicode, provided the server also supports the proper extension.
-rw-r--r--docs/API.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/API.md b/docs/API.md
index 349fdc8..d78360a 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -382,5 +382,4 @@ to the remote server.
###### Parameters
**`text`**
- - A `DOMString` specifying the clipboard data to send. Currently only
- characters from ISO 8859-1 are supported.
+ - A `DOMString` specifying the clipboard data to send.