Skip to content

nomalab/java-charset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New java charsets

ISO 6937

This charset is useful to decode STL EBU cues.

To convert a String into bytes:

$ myString.getBytes("ISO-6937");

To convert a set of bytes into a String:

$ new String(myBytes, "ISO-6937");

Jar package

To create an executable jar using maven, run the following in the directory where pom.xml is (Note: Maven must already be installed):

$ mvn package

This will create the executable jar under target/charset-1.*.jar

About

Add new charsets to java: ISO 6937

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%