mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Move things into roc/bytes and roc/unicode
This commit is contained in:
parent
9748aa00da
commit
877cc328d2
10 changed files with 209 additions and 177 deletions
9
packages/unicode/Package-Config.roc
Normal file
9
packages/unicode/Package-Config.roc
Normal file
|
@ -0,0 +1,9 @@
|
|||
package roc/unicode 0.1.0
|
||||
roc 0.0.0
|
||||
exposes [ Unicode, Unicode.Scalar, Unicode.CodePoint ]
|
||||
packages {}
|
||||
license UPL-1.0
|
||||
|
||||
# TODO should we hande Latin1 encoding? Other encodings? Should there be
|
||||
# an Ascii module, or a separate roc/ascii package? Conside that ASCII is
|
||||
# 7-bit, so not all U8s are valid ASCII! There's also Extended ASCII to consider.
|
Loading…
Add table
Add a link
Reference in a new issue