> You will still need to fix the actual parameter parsing routine to delay
> applying the encoding until the name and parameter are parsed out of the
> input stream...

Yes, most of this is already done. It also has a very nice performance
implication - since the String is converted and alocated only when and if
it's needed. 

The only missing part is the "internationalization" module that detects
the encoding ( charset and accept-language parsing doesn't look good
either in the current code ), and putting the pieces togheter.


Costin
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to