github arp242/uni v2.3.0
Release v2.3.0

latest releases: v2.6.0, v2.5.1, v2.5.0...
2 years ago
  • Update to Unicode 14.0.

  • UTF-16 and JSON are printed as lower case, just like UTF-8 was. Upper-case is used only for codepoints (i.e. U+00AC).

  • uni print can now print from UTF-8 byte sequence; for example to print the € sign:

    uni p utf8:e282ac
    uni p 'utf8:e2 82 ac'
    uni p 'utf8:0xe2 0x82 0xac'
    

    Bytes can optionally be separated by any combination of 0x, -, _, or spaces.

Don't miss a new uni release

NewReleases is sending notifications on new releases.