Skip to content

Releases: changyy/big5_utf8_converter_dart

1.2.0

Choose a tag to compare

@changyy changyy released this 21 Jun 12:01
feat: add Big5Encoder (Unicode→Big5), bump to 1.2.0

- Big5Encoder mirrors Big5Decoder via a lazy reverse lookup over the
  existing mapping table; encode() throws on unmapped chars, encodeLossy()
  skips them.
- Round-trip + known-byte + ASCII tests.

1.1.1

Choose a tag to compare

@changyy changyy released this 29 Oct 11:57
  • Optimize package with pana recommendations

1.1.0

Choose a tag to compare

@changyy changyy released this 19 Sep 04:51
  • Remove dart:io dependency to improve portability

1.0.0

Choose a tag to compare

@changyy changyy released this 08 Sep 12:37
c93e702
  • First Release