Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with XMLType attribibutes? please confirm

Re: Problem with XMLType attribibutes? please confirm

From: Ko van der Sloot <Ko.vanderSloot_at_uvt.nl>
Date: Mon, 01 Aug 2005 12:56:02 +0200
Message-ID: <dckv42$mqi$1@troll.uvt.nl>


Andrew Hardy wrote:
> Ko van der Sloot wrote:
>

>> Hello,
>> we encountered a very strange problem with searching in our XMLType
>> database.

....
insert into my_table values( 1, XMLType( '<document>

   <au first="Rüdiger" id="1">Rüdiger</au>  </document>' ) );

insert into my_table values( 2, XMLType( '<document>

   <au first="Ruediger" id="1">Rüdiger</au>  </document>' ) );
...
> On my box:

...
> <document>
> <au first="R?diger" id="1">R?diger</au>
> </document>
>
> <document>
> <au first="Ruediger" id="1">R?diger</au>
> </document>

In your reply, ü (small caps u with diaeresis) was replaced by ? If this already happened at the moment the records were created, nothing is proved yet.
So now I'm still not sure if it realy worked well in Oracle 10 :( can you please confirm that the output contains real UTF8

sorry for the inconvenience

Ko vd Sloot Received on Mon Aug 01 2005 - 05:56:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US