Skip to content

vonKingsley/utf8_code_unit_to_codepoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

converts utf-8 hex code units to unicode codepoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published