Can't update xml with non-latin characters in Oracle
问题 I have a Java application where I store data in clob and then I use UPDATEXML to update. It works perfectly on latin characters, symbols. But I come from Georgia and it won't update Georgian letters (აბგ). I tried with Russian letters and it worked perfectly. select = "update datadocumentxml d\n" + " set d.datadocumentxml = updatexml(xmltype(d.datadocumentxml),'/Comments/@Comment, ?)\n" + " .getClobVal(),\n" + " where d.processengineguid = fnguidjava2raw(?)\n" + " and d.datadocumentid =