Skip to content

dalet-oss/java-charset-iso-6937

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java ISO-6937 and ISO-6937-2 Character Encoder/Decoder

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%