[M3devel] Simple change to WIDECHAR type

Dragiša Durić dragisha at m3w.org
Fri Jun 29 17:52:55 CEST 2012


That, or UTF-16 encoding on top of current WIDECHAR.

On Jun 29, 2012, at 3:50 PM, Antony Hosking wrote:

> That will change WIDECHAR from a value consuming 16-bits of memory into a value consuming 32-bits of memory.  In other words, all TEXT containing WIDECHAR will double in size.
> 
> On Jun 29, 2012, at 4:35 AM, Dragiša Durić wrote:
> 
>> m3front/src/builtinTypes/WCharr.m3, line:
>> 
>>   T := EnumType.New (16_10000, elts);
>> 
>> to
>> 
>>   T := EnumType.New (16_100000, elts);
>> 
>> Will this break things? Any other assumptions anywhere?
>> 
> 




More information about the M3devel mailing list