Categorygithub.com/vallez/javautf
repositorypackage
0.0.0-20191113174721-dd263021a7e4
Repository: https://github.com/vallez/javautf.git
Documentation: pkg.go.dev

# README

DataInputStream.readUTF() in Golang

Build Status

Java's modified UTF-8 converter to regular UTF-8 in Go. It takes bytes produced by DataOutputStream.writeUTF(). It works fine with surrogate pairs and null characters.