Wes Biggs <[EMAIL PROTECTED]> writes:

> Is there an elegant way to make this configurable at compile or
> runtime?

Assuming we start using a preprocessor, it should be easily
configurable at compile time.

Brian, you want to get GNU cccp working with the build setup? :)

> I'm not an expert on how classloading works, but could the Unicode
> data be compartmentalized so that the 21k is loaded iff any Unicode
> attributes are accessed?

Yes.  All the loading code would be put into a static class block
which would be executed the first time that Character is referenced.

-- 
Paul Fisher * [EMAIL PROTECTED]

Reply via email to