mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 14:21:52 +09:00
12 lines
209 B
Kotlin
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() |