All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.github.doyaaaaaken.kotlincsv.util.Const.kt Maven / Gradle / Ivy

package com.github.doyaaaaaken.kotlincsv.util

/**
 * Constant variables used in this project
 *
 * @author doyaaaaaken
 */
internal object Const {
    const val defaultCharset = "UTF-8"

    const val BOM = '\uFEFF'
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy