← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/bug-942161 into lp:zorba

 

> - Why is "normalized" in ZORBA_NORMALIZATION_FORM_FULLY_normalized in lower-
> case?

I have no idea. It's that way on the trunk.

> - ./bin/zorba  -q '"üöä"' -z "encoding=bar" "method=text"  > foo
> terminate called after throwing an instance of 'zorba::XQueryException'
>   what():  "bar": value for parameter "encoding" invalid; $valid values are:
> xml, html, xhtml, text, binary, json, jsoniq
> 
>   - Why the "$" in "$valid"?

Because the person who made the diagnostic_en.xml entry made a mistake

>   - Why is "xml" a valid encoding value

It's not. The error was wrong.

> - ./bin/zorba  -q '"üöä"' -z "encoding=ISO-8859-1" -z "method=text"  > foo
> mbrantner@santacruz:~/zorba/build$ file foo
> foo: UTF-8 Unicode text, with no line terminators
> 
>   Why does it not return ISO-8859-1?

Because the serializer was broken even before I touched it.  I don't see how it could have ever possible worked.

All of the above is now fixed.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-942161/+merge/179969
Your team Zorba Coders is subscribed to branch lp:zorba.


References