From: Jean Privat Date: Wed, 3 Jun 2015 01:58:32 +0000 (-0400) Subject: Merge: Native Types X-Git-Tag: v0.7.6~71 X-Git-Url: http://nitlanguage.org Merge: Native Types Since we plan on conforming with UTF-8, chars can no longer be of C char type, this PR changes the internal representation of a Char to become capable of holding an arbitrary Unicode code point. Since chars become unsigned entities, and since NativeString will hold Byte values soon, its c type has been changed to unsigned char* as preparation for the migration This is all related and necessary for #1262. Pull-Request: #1407 Reviewed-by: Alexis Laferrière Reviewed-by: Romain Chanoir Reviewed-by: Jean Privat --- e8ce370eb3f8b7857783e3a028799542de57f00d