jutf7

This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

License

License

MIT license
GroupId

GroupId

com.beetstra.jutf7
ArtifactId

ArtifactId

jutf7
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jutf7
This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.
Project URL

Project URL

http://jutf7.sourceforge.net/

Download jutf7

How to add to project

<!-- https://jarcasting.com/artifacts/com.beetstra.jutf7/jutf7/ -->
<dependency>
    <groupId>com.beetstra.jutf7</groupId>
    <artifactId>jutf7</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.beetstra.jutf7/jutf7/
implementation 'com.beetstra.jutf7:jutf7:1.0.0'
// https://jarcasting.com/artifacts/com.beetstra.jutf7/jutf7/
implementation ("com.beetstra.jutf7:jutf7:1.0.0")
'com.beetstra.jutf7:jutf7:jar:1.0.0'
<dependency org="com.beetstra.jutf7" name="jutf7" rev="1.0.0">
  <artifact name="jutf7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beetstra.jutf7', module='jutf7', version='1.0.0')
)
libraryDependencies += "com.beetstra.jutf7" % "jutf7" % "1.0.0"
[com.beetstra.jutf7/jutf7 "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0