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.10.3
Show newest version
package scodec

import java.nio.charset.Charset
import java.nio.charset.StandardCharsets

private[scodec] object Platform {
  val utf8: Charset = StandardCharsets.UTF_8
  val ascii: Charset = StandardCharsets.US_ASCII
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy