- From: Yosi Scharf <syosi@MIT.EDU>
- Date: Wed, 06 Apr 2005 09:40:40 -0400
- To: Yoshio FUKUSHIGE <fuku@w3.org>
- CC: public-cwm-bugs@w3.org
Yoshio FUKUSHIGE wrote:
>
> Hi,
>
> With
> ---------
> @prefix log: <http://www.w3.org/2000/10/swap/log#>.
>
>
> {{:a :b :c} log:n3String ?x} => {?x a :interesting}.
> ---------
> , it works.
>
> i.e. I get (with --think option)
> ---------
> @prefix : <#> .
>
> """ @prefix : <file:/cygdrive/c/home/gomi.cwm#> .
>
> :a :b :c .
>
> """ a :interesting .
> ---------
>
> However,
> with
> ---------
> @prefix log: <http://www.w3.org/2000/10/swap/log#>.
>
>
> {{:あ :b :c} log:n3String ?x} => {?x a :interesting}.
> ---------
>
> I get an error message
>
> ---------
> File "/usr/local/cwm-1.0.0/swap/notation3.py", line 1173, in writeEncoded
> return self._writeRaw(str.encode('utf-8'))
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position
> 64: ordinal not in range(128)
> ---------
>
> I also get the same error message when I replaced the original :c with
> literal "う".
>
> Is this a bug?
>
>
It looks like a bug to me.
Yosi
Received on Wednesday, 6 April 2005 13:40:50 UTC