On 7/12/11 5:09 PM, Jörn Kottmann wrote:
Will we need to do some special handling in ArgumentParser for that?
Maybe
setting a constant "DEFAULT_CHARSET" and handle it at
ArgumentParse.Parse ?
+1 in the charset parsing code we can simply have an if and return the
default one.
Maybe we should add the constant for this to the OptionalParameters
annotation,
what do you think?
Then we need an if-statement in ArgumentParser.CharsetArgumentFactory,
and then it can
be declared as a default in the interfaces which wish to use the
platform default as default
for an encoding.
Jörn