Hi, I am struggling with international characters in .vsp pages.
As per the instruction, I've put the instruction: <?vsp SET HTTP_CHARSET='ISO-8859-1'; ?> on top of the page. This does not work. Even if the instruction is executed right before a SPARQL call, the international characters are not returned. Other information: - iSQL is returning the international characters in the output when the http_charset declation is made right before the "SPARQL select" instruction. - the demo application is always returning the international characters; - sparql interface of the server is always returning the international characters; What I tried unsuccessfully to solve the problem: - Valmode clause like "define output:valmode 'LONG' " in the SPARQL instruction is not working. - Format clause like define output:format "TTL" in the instrustruction is not changing the output format of the characterset. - SQL_UTF8_EXECS parameter is set to 1 - http parameters in .ini had an entry Charset = UTF-8. Deleting this would return the default: ISO-8859-1. Restoring with ISO-8859-1 neither did help. If some-one could share his experience with a solution, I would be very grateful. Best regards Eddy
