importing system.utf_32 as h3.utf_32. this needs to be redone with h3's own code

This commit is contained in:
2021-11-17 01:56:49 +00:00
parent 50c6b243f9
commit f5b56e8018
3 changed files with 6573 additions and 3 deletions

View File

@ -1,9 +1,11 @@
with System.UTF_32; -- TOOD: remove dependency on this package. create a seperate unicode package.
--with System.UTF_32; -- TOOD: remove dependency on this package. create a seperate unicode package.
with H3.UTF_32;
package body H3.Runes is
package UC renames System.UTF_32;
use type System.UTF_32.Category;
--package UC renames System.UTF_32;
package UC renames H3.UTF_32;
use type UC.Category;
function Is_Alpha (V: in Rune) return Boolean is
begin