utf8_code_unit_to_codepoint

training exercise

Installation

crystal build --release src/utf8_code_unit_to_codepoint.cr -o convert

Usage

./convert e7 9c 9f e3 ad 8b

Contributing

  1. Fork it ( https://github.com/vonKingsley/utf8_code_unit_to_codepoint/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors