Hi Mike, Mike Gran <[email protected]> writes:
> The context of the question is my attempt to make a version of Guile > that uses Unicode as its character set. I want to know if I can > presume that the C code (char) 'A' has the same integer representation > as Unicode codepoint 'A' U+0041, for example. Yes, I think it's a reasonable assumption. Thanks, Ludo'.
