[a-z,A-Z,0-9,_] are the only valid characters in module names. The module name should be changed.
Chris Little wrote: > Okay, I'm pretty behind in all the bug reports, so forgive me if this has > been reported already. > > LDs (and possibly other modules) with a ~ in the module name cause an > error on load. The error reads: "LexDictRTFERaf~en" is not a valid > component name. (ERaf~en is the module name.) I think we need to convert > the ~ to __ or such rather than leaving it alone, when creating this > component. > > --Chris >