Re: SWI Prolog does support Korean characters?

Wouter Beek <[email protected]>
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <CAE1un7P7AgZJiM1Si6mP5Oga2rafzgVRvpSdpA7AFzPmwSxjJQ@mail.gmail.com>
Hi Joe,

I cannot reproduce you issue, see below:
~~~{.pl}
?- use_module(library(semweb/rdf_db)).
?- rdf_assert(rdf:'이에야스이지만', rdf:type, rdf:'각지에서', '힘들었고').
true.

?- rdf(X, Y, Z).
X = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#이에야스이지만',
Y = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type',
Z = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#각지에서'.

?- rdf_graph(X).
X = 힘들었고.
~~~

---
Cheers!,
Wouter.

E-mail: [email protected]
WWW: www.wouterbeek.com
Tel.: 0647674624


On Thu, Feb 27, 2014 at 7:51 AM, atom meta <[email protected]> wrote:

> HI,
>
> I am loading rdf triples to rdf database but the korean characters are not
> recognized?
> how can I make it recognizable?
>
> Joe
> -------------- next part --------------
> HTML attachment scrubbed and removed
> _______________________________________________
> SWI-Prolog mailing list
> [email protected]
> https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog
>
>
-------------- next part --------------
HTML attachment scrubbed and removed
_______________________________________________
SWI-Prolog mailing list
[email protected]
https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.