diff src/name/blackcap/clipman/Misc.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 33fbe3a78d84
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Misc.kt	Wed Jan 29 21:56:12 2020 -0800
+++ b/src/name/blackcap/clipman/Misc.kt	Thu Jan 30 16:01:51 2020 -0800
@@ -9,6 +9,12 @@
 import javax.swing.text.JTextComponent
 
 /**
+ * Name of the character set (encoding) we preferentially use for many
+ * things.
+ */
+val CHARSET_NAME = "UTF-8"
+
+/**
  * Allows a val to have lateinit functionality. It is an error to attempt
  * to retrieve this object's value unless it has been set, and it is an
  * error to attempt to set the value of an already-set object.