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

scodec.Platform.scala Maven / Gradle / Ivy

There is a newer version: 1.11.3
Show newest version
package scodec

import java.nio.charset.Charset

private[scodec] object Platform {
  val utf8: Charset = Charset.forName("UTF-8")
  val ascii: Charset = Charset.forName("US-ASCII")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy