Giter Site home page Giter Site logo

Comments (7)

openlink avatar openlink commented on May 18, 2024

I will have someone from my team look at this issue and report back to you.

from virtuoso-opensource.

larsga avatar larsga commented on May 18, 2024

For the record, I'm seeing the same thing, in a number of different SPARQL clients. I haven't looked at the raw bytes yet, but content appears to be doubly UTF-8-encoded.

I'm using Version: 06.04.3132, Build: May 25 2012 on MacOS.

from virtuoso-opensource.

openlink avatar openlink commented on May 18, 2024

If you can build VOS yourself you should be able to use the devel/6 branch which seems to have a fix for this problem.

from virtuoso-opensource.

nunolopes avatar nunolopes commented on May 18, 2024

I'm getting this exact problem in the current VOS windows binary distribution (version below). This issue was supposed to be fixed in release 6.1.4, can it be an OS problem?

$ virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.6.3127-threads as of Aug 2 2012
Compiled for Win32 (i686-generic-win-32)
Copyright (C) 1998-2012 OpenLink Software

from virtuoso-opensource.

Fannon avatar Fannon commented on May 18, 2024

Hi there!

I seem to have the same problem:

<19:26:47> virtuoso-t -?
Virtuoso Open Source Edition (multi threaded)
Version 6.1.6.3127-pthreads as of Jan 14 2013
Compiled for Linux (x86_64-pc-linux-gnu)
Copyright (C) 1998-2012 OpenLink Software

Result looks like:

<sparql xmlns="http://www.w3.org/2005/sparql-results#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd">
 <head>
  <variable name="v"/>
 </head>
 <results distinct="false" ordered="true">
  <result>
   <binding name="v"><literal>Lösung</literal></binding>
  </result>
 </results>
</sparql>

from virtuoso-opensource.

danizen avatar danizen commented on May 18, 2024

This is likely a double character encoding issue. In Clariá, the a with accent ague will be C3 A1 in UTF-8. If encoded again, it produces C3 83 C2 A, or á. This process may be repeated more than once. The code must be aware of what is the encoding coming in. Recommendation - write some JDBC or ODBC to check whether it is right from database itself.

from virtuoso-opensource.

ewinge avatar ewinge commented on May 18, 2024

This issue is quite old. Has it been fixed in a release yet?

from virtuoso-opensource.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.