On Thu, 2009-09-03 at 17:59 +0100, Hugh Williams wrote:

> The default encoding may be ISO8859_1, which could give the wrong
> result. For proper checking you should set:
>           String rdf = new String (b, "UTF-8");

Not in this app. Anyway, we tried forcing String encoding in that way
and we got the same result :-/

> Also note the input data must be set for utf-8 encoding for correct
> loading:
>  <?xml version="1.0" encoding="utf-8"?>

The files are well-formed, and for instance Jena's Model parse them
right.

BTW, how can we set the NamedGraph where VirtModel should store the
data? The default is virt:DEFAULT, and we didn't find in the
documentation how to change it.

Thanks for your help.

Cheers,

-- 
Sergio Fernández - sergio.fernan...@fundacionctic.org
R&D Deparment
CTIC Foundation - www.fundacionctic.org
Phone: +34 984 29 12 12
Fax:  +34 984 39 06 12
Edificio Centros Tecnológicos
Parque Científico Tecnológico
33203 Cabueñes - Gijón - Asturias - Spain


Reply via email to