Files
Terrarum/src/net/torvald/UniTextShortcuts.kt

12 lines
209 B
Kotlin

package net.torvald
/**
* Created by minjaesong on 2019-08-05.
*/
const val CURRENCY = 0xA4.toChar()
const val MIDDOT = 0xB7.toChar()
const val ENDASH = 0x2013.toChar()
const val EMDASH = 0x2014.toChar()