Encdec encodes and decodes C objects such as integers, IEEE754 float and double values, times, and internationalized strings to and from popular binary formats and a wide variety of character encodings as they might appear in various file formats or network messages. It is compiled directly against the libiconv sources.
| Tags | Software Development Libraries Text Processing Internationalization Object Brokering Java Libraries |
|---|---|
| Licenses | LGPL |
| Implementation | Java C |
Recent releases


Changes: This release adds an Encdec Java class that mirrors the C API. It should be ideal for communicating binary data between Java and C processes.


Changes: Some of the prototypes were changed slightly, and the documentation was enhanced.


Changes: IEEE754 float and double encodings and a popular MS Windows time encoding have been added, and the Makefiles, portability, and project documentation have been greatly improved.


Changes: The FLD macro for decoding bit fields has been reduced to a trivial expression.


Changes: In this version, two function names have been changed to be more consistent with common C practices.