From: Shadi Abou-Z. <sh...@ab...> - 2006-03-01 10:25:43
|
Hi, Does RAP support non-ASCII characters in XML literals and if so, how? For= example, to query and output the following information: <dc:description rdf:parseType=3D"Literal"><span lang=3D"bg">=D0=91=D1=8A=D0= =BB=D0=B3=D0=B0=D1=80=D1=81=D0=BA=D0=B8</span> (Bulgarian)</dc:descriptio= n> Note: I've tried setting the "UNIC_RDF" constant to FALSE (in api/constan= ts.php) but that did not help. This is what is returned: <span lang=3D\\"bg\\">\u00D0\u0091\u00D1\u008A\u00D0\u00BB\u00D0\u00B3\u0= 0D0\u00B0\u00D1\u0080\u00D1\u0081\u00D0\u00BA\u00D0\u00B8</span> (Bulgari= an) Thanks, Shadi |