Fixed version:
public static string FixLgdString(string lgdString)
{
byte[] lgdStringBytes = Encoding.UTF8.GetBytes(lgdString);
if (lgdStringBytes.Length == lgdString.Length)
return lgdString;
int firstByteOffset = (194 + 144 + 195) - 208;
So then, to make for example an index for an album that includes artist name
and album name, I would need to use something along the lines of this?
create procedure upd_index(in subject varchar, in _g iri_id, in _s iri_id,
in _p iri_id, in _o any)
{
declare vtb, subject;
declare text_to_index
Hi,
I'm trying to access virtuoso server through an apache server, using
mod_proxy.
Calling http://www.mysite.net/virtuoso, it should redirect on my local
server on 88.191.91.72:8890
NameVirtualHost 88.191.91.72
ServerName www.mysite.net
...
ProxyRequests off
Order deny,all
Hi Hugh,
note that in addition to have some problems with FF 3.0.7 with iSparQL, I
had also some problems with 2.24.0.1, based on Gecko 1.9.
Don't know if java scripts are handle by gecko or some other part of the web
navigator.
Nicolas