Releases: jens-maus/libcodesets
Releases · jens-maus/libcodesets
codesets.library 6.22
Version 6.22 of codesets.library.
Changes:
- Only call
strlen()
ifCSA_SourceLen
is not set. When usingCSA_SourceLen
, the string passed inCSA_Source
might not be NULL-terminated so we should not callstrlen()
on it (@afalkenhahn).
SHA256: 029d3bf9dd8b85bef6f0ccb58c0b4123d16cc5042a1c13519698016f6966750c codesets-6.22.lha
codesets.library 6.21
Version 6.21 of codesets.library.
Changes:
- codesets.c: treat CS_MIBENUM_UTF_16LE/BE and allow CS_MIBENUM_UTF_32LE/BE as
synonyms for CS_MIBENUM_UTF_16 and CS_MIBENUM_UTF_32. - libinit.c: moved the system and CPU description behind the copyright part.
- all/Debug.c: declare inlined _INDENT() function as static to avoid warnings
of GCC5. - include: updated SDI headers.
codesets.library 6.20
Version 6.20 of codesets.library.
Changes:
- fixed the wrong destination codeset extraction since the addition of MIBenums as alternative to codesets.
- added support for IANA MIBenum numbers as an alternative for codeset pointers to these functions:
CodesetsFindA()
CodesetsConvertStrA()
CodesetsSetDefaultA()
CodesetsUTF8CreateA()
CodesetsStrLenA()
- Furthermore the MIBenum number is now contained in the codeset structure for reference, too.
codesets.library 6.19
Version 6.19 of codesets.library
codesets.library 6.18
Version 6.18 of codesets.library
codesets.library 6.17
Version 6.17 of codesets.library
codesets.library 6.16
Version 6.16 of codesets.library
codesets.library 6.15
Version 6.15 of codesets.library
codesets.library 6.14
Version 6.14 of codesets.library
codesets.library 6.13
Version 6.13 of codesets.library