On Feb 15, 2009, at 11:18 AM, Jacques Le Roux wrote:
In other words, the information I have from both emails is that
"it doesn't work". But, WHY doesn't it work? HOW is it failing?
Any error messages or other information about what is actually
happening
(perhaps even the stuff I mentioned in my previous email about
what the canonicalized String that is causing the problem looks
like)?
The canonicalized String (without my change) is ugly and I guess you
will not get much information from it.
That's the point! It's great to know that it is ugly, but what does
that MEAN?
Actually my guess is that 100% of the information I need I'll get from
that text. If I understand right the WHOLE problem with this is that
the string input by the user is being mangled so the system can't use
it. Therefore the only really relevant details are:
1. an example of an original string that this is breaking
2. what that string looks like after it has been "mangled" by the
canonicalization
Chances are with just that information we can find a better solution
to this.
-David