Mercurial > cgi-bin > hgweb.cgi > ClipMan
comparison src/name/blackcap/clipman/Pasteboard.kt @ 31:0c6c18a733b7
Compiles, new menu still a mess.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 30 Jan 2020 16:01:51 -0800 |
parents | 8aa2dfac27eb |
children | 9890445e4cc4 |
comparison
equal
deleted
inserted
replaced
30:0e88c6bed11e | 31:0c6c18a733b7 |
---|---|
15 import java.io.ByteArrayInputStream | 15 import java.io.ByteArrayInputStream |
16 import java.nio.charset.Charset | 16 import java.nio.charset.Charset |
17 import java.util.logging.Level | 17 import java.util.logging.Level |
18 import java.util.logging.Logger | 18 import java.util.logging.Logger |
19 import kotlin.collections.HashMap | 19 import kotlin.collections.HashMap |
20 | |
21 /* Constants, etc. */ | |
22 val CHARSET_NAME = "UTF-8" | |
23 | 20 |
24 /** | 21 /** |
25 * Represents an item of data in the clipboard and how to read and | 22 * Represents an item of data in the clipboard and how to read and |
26 * write it. | 23 * write it. |
27 */ | 24 */ |