Skip to content

Releases: jens-maus/libcodesets

codesets.library 6.22

26 Feb 08:03
34442b7
Compare
Choose a tag to compare

Version 6.22 of codesets.library.

Changes:

  • Only call strlen() if CSA_SourceLen is not set. When using CSA_SourceLen, the string passed in CSA_Source might not be NULL-terminated so we should not call strlen() on it (@afalkenhahn).

SHA256: 029d3bf9dd8b85bef6f0ccb58c0b4123d16cc5042a1c13519698016f6966750c codesets-6.22.lha

codesets.library 6.21

16 Jan 07:20
Compare
Choose a tag to compare

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

04 Aug 20:47
Compare
Choose a tag to compare

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

18 Aug 13:06
Compare
Choose a tag to compare

Version 6.19 of codesets.library

codesets.library 6.18

18 Aug 13:05
Compare
Choose a tag to compare

Version 6.18 of codesets.library

codesets.library 6.17

18 Aug 13:04
Compare
Choose a tag to compare

Version 6.17 of codesets.library

codesets.library 6.16

18 Aug 13:04
Compare
Choose a tag to compare

Version 6.16 of codesets.library

codesets.library 6.15

18 Aug 12:33
Compare
Choose a tag to compare

Version 6.15 of codesets.library

codesets.library 6.14

18 Aug 12:33
Compare
Choose a tag to compare

Version 6.14 of codesets.library

codesets.library 6.13

18 Aug 12:32
Compare
Choose a tag to compare

Version 6.13 of codesets.library