From 201f2517f7f46763a146c0406ece570402535882 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 7 Jul 2020 10:38:06 +0200 Subject: [PATCH] Remove note about clipboard ISO 8859-1 restriction We now support full Unicode, provided the server also supports the proper extension. --- kasmweb/docs/API.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kasmweb/docs/API.md b/kasmweb/docs/API.md index f687644..baf697b 100644 --- a/kasmweb/docs/API.md +++ b/kasmweb/docs/API.md @@ -375,5 +375,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.