<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general">
    <title>gmane.lisp.ecl.general</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9099"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9098"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9097"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9096"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9095"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9094"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.ecl.general/9087"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9106">
    <title>Re: Hi Juanjo,Chinese words work in windows console now！</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9106</link>
    <description>&lt;pre&gt;

You have to specify a different external format with

(LOAD "code/hello.lisp" :EXTERNAL-FORMAT :WINDOWS-CP936)

for instance. This is because Windows saves the data in some format and ECL
has no information to guess it.

Juanjo


&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-26T08:19:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9105">
    <title>Hi Juanjo,Chinese words work in windows console now！</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9105</link>
    <description>&lt;pre&gt;Hi Juanjo，I update to new version Ecl. The Chinese words work in windows
console now. Thank for your help.
But if I  write the code into a lisp file and use load command in repl. it
report error:

;;; Loading "D:/ecl/code/hello.lisp"

Condition of type: STREAM-DECODING-ERROR
decoding error on stream #&amp;lt;input stream #P"D:/ecl/code/hello.lisp"&amp;gt;
(:EXTERNAL-F
ORMAT (:UTF-8 :LF)): the octet sequence (255) cannot be decoded.
Available restarts:

1. (CONTINUE) Read next character
2. (USE-VALUE) Replace the bogus sequence with a character
3. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (LOAD "code/hello.lisp")] In:
#&amp;lt;process
TOP-LEVEL&amp;gt;.

I export the file as utf-8 or utf-16, it's all failed.

C.M.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint secur&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-26T02:58:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9104">
    <title>Re: cannot build ecl 12.5.1 on windows xp 64</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9104</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 11:43 PM, Juan Jose Garcia-Ripoll &amp;lt;
juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



Sorry for the noise. I just noticed that my build script redirects the
output and thus ECL never got to see a console when executing programs. I
will produce a fix tonight.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-25T22:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9103">
    <title>Re: cannot build ecl 12.5.1 on windows xp 64</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9103</link>
    <description>&lt;pre&gt;

I have read your bug report, and I understand that ecl_stream_to_handle()
is incomplete, but on my system (VS2010) it does not get called at all.
What build flags are you using?

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-25T21:43:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9102">
    <title>Re: how to get the line number of code from errormessage!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9102</link>
    <description>&lt;pre&gt;


Unfortunately, ECL's streams do not keep line number information. I do not
see how it could be done without adding a significant overhead on the I/O
routines. An alternative would be to adopt Pascal's solution: count the
number of newlines up to that position only when the error is output.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-25T21:41:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9101">
    <title>cannot build ecl 12.5.1 on windows xp 64</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9101</link>
    <description>&lt;pre&gt;I used visual studio 2008
It seems that both 32 and 64bit versions fails with assertion in
function ecl_stream_to_handle where s-&amp;gt;stream.mode == 0x11
(sww_io_wcon)
Full stack traces: http://redplait.blogspot.com/2012/05/ecl-1251-on-xp64.html

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>red plait</dc:creator>
    <dc:date>2012-05-25T16:02:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9100">
    <title>Re: how to get the line number of code from errormessage!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9100</link>
    <description>&lt;pre&gt;

Like this:

(ql:quickload :com.informatimago.common-lisp.lisp-text)
(use-package :com.informatimago.common-lisp.lisp-text.source-text)

(position 30 (:build-line-index "/tmp/hello.lisp") :test (function &amp;lt;))
--&amp;gt; 2


&lt;/pre&gt;</description>
    <dc:creator>Pascal J. Bourguignon</dc:creator>
    <dc:date>2012-05-23T09:41:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9099">
    <title>Re: how to get the line number of code from error message!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9099</link>
    <description>&lt;pre&gt;On Wed, 23 May 2012 13:10:39 +0800
cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Not that it wouldn't be nice to have both line and position reported,
but note that emacs allows to jump to a character position within a
file (see the goto-char command).
&lt;/pre&gt;</description>
    <dc:creator>Matthew Mondor</dc:creator>
    <dc:date>2012-05-23T09:36:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9098">
    <title>how to get the line number of code from error message!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9098</link>
    <description>&lt;pre&gt;I write a hello.lisp file like this:
(print "hi")
(length '(a . b 1))

and I load it in to ecl:

;;; Loading "D:/ECL/code/hello.lisp"

"hi"
Condition of type: SIMPLE-READER-ERROR
Reader error in file #&amp;lt;input stream #P"D:/ECL/code/hello.lisp"&amp;gt;, position
30:
Too many objects after a list dot

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (LOAD "code/hello.lisp")] In:
#&amp;lt;process
TOP-LEVEL&amp;gt;.

It has not line number in error message but postion 30.
I found it is the position of characters.  how to get the line number of
code from error message?

Thank for your help!
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-23T05:10:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9097">
    <title>Re: how to build static lib of ecl.dll underwindows(with msvc2010)?</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9097</link>
    <description>&lt;pre&gt;


I checked again the sources. The MSVC port does not have an option to build
ECL statically. This does not mean that it cannot be done --- actually the
code in ECL is there --- but this functionality was not included in the
Makefiles when adapting ECL for Microsoft's compilers.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-22T21:32:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9096">
    <title>how to build static lib of ecl.dll under windows(withmsvc2010)?</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9096</link>
    <description>&lt;pre&gt;I want to build a program without the need of ecl.dll,  Is there anyone can
help me ?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>lookwong</dc:creator>
    <dc:date>2012-05-21T03:09:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9095">
    <title>Codepage problems in Windows' console</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9095</link>
    <description>&lt;pre&gt;Hi everybody,

after spending two days reading stuff about documented and undocumented
functionality in Microsoft's API and CRT, I have come to the following
conclusions:

* In Windows, it is impossible to reasonably use POSIX functions to
read/write text from the console without letting the console do some
translation for you.
* Moreover, POSIX's functions do not work, because read() and write() may
actually read or write more bytes from the buffer thant you would want,
precisely due to this "clever" translation.
* This all renders the CRT unusable, and as stated in a MSDN blog from
Windows, one should stick to the Console read and write operations and
forget about C entirely.

Well, I have coded a prototype of a Lisp stream for the console. ECL now
has code that will detect whether the input/output/error channels are
consoles and wrap them around with these streams. Moreover, it will also
detect the current codepage and use it as external format for the stream.

All this is pretty much experimental and I n&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-19T08:12:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9094">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9094</link>
    <description>&lt;pre&gt;On Fri, May 18, 2012 at 8:37 AM, Juan Jose Garcia-Ripoll &amp;lt;
juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


I am really puzzled. I have dug through Python's code and there is nothing
special about the input/output operations, yet they do fail in any decent
program. Moreover, _setmode() does not even work properly, and for weird
codepages one actually has to use ReadConsole :-/
http://alfps.wordpress.com/2011/12/08/unicode-part-2-utf-8-stream-mode/#utf8_mode_input_fixed

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-18T17:01:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9093">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9093</link>
    <description>&lt;pre&gt;Probably this might be the answer: Windows is processing the text in those
streams, an action that can be reversed
http://msdn.microsoft.com/library/tw4k6df8%28VS.80%29.aspx

On Fri, May 18, 2012 at 7:43 AM, cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-18T06:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9092">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9092</link>
    <description>&lt;pre&gt;I had try Python2.7 console in the Windows, it work fine.
code page is 936, and i used google pinyin input method.

Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
on win
32
Type "help", "copyright", "credits" or "license" for more information.
o
好

I dont know the difference of input code between Ecl and Python, maybe the
Python code is usefull to you.

2012/5/18 Juan Jose Garcia-Ripoll &amp;lt;juanjose.garciaripoll-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-18T05:43:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9091">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9091</link>
    <description>&lt;pre&gt;Test program:
#include &amp;lt;fcntl.h&amp;gt;
#include &amp;lt;errno.h&amp;gt;
int main()
{
  char buffer;
  int ok;
  do {
    ok = read(0, &amp;amp;buffer, 1);
    printf("\ncode=%d %x errno=%d, ok=%d", buffer, buffer, errno, ok);
  } while (ok &amp;gt; 0);
}

Output:

C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;chcp 936
Active code page: 936
C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;echo 亀 | foo.exe
code=-127 ffffff81 errno=0, ok=1
code=119 77 errno=0, ok=1
code=32 20 errno=0, ok=1
code=10 a errno=0, ok=1
code=10 a errno=0, ok=0
C:\cygwin\home\Juanjo\src\ecl\win32&amp;gt;foo.exe
亀
code=-127 ffffff81 errno=22, ok=-1

So it definitely seems that Windows's C library does not allow input ifrom
the console n other codepages?

Juanjo
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. htt&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:44:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9090">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9090</link>
    <description>&lt;pre&gt;Seems this is a console problem. The operating system is complaining
because the character you are writing does not belong to the codepage 936.
The error happens way before ECL, because it is the operating system call
read() that complains and ECL just sees this error.

Apparently GHC has the same problem (
http://stackoverflow.com/questions/7511393/haskell-output-non-ascii-characters
).

An indication that this might be so isthe fact that ECL can read the same
text from a file.

But perhaps somebody here knows more than me on the subject.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:21:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9089">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9089</link>
    <description>&lt;pre&gt;

This seems to have something to do with Windows. If I used read() on the
terminal and I input chinese characters, the C library will complain.
Probably it is trying to map the input (Unicode, chinese, etc) to a
character type and it fails miserably. If I instead use utf8, nothing bad
happens. Really weird.

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T22:04:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9088">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9088</link>
    <description>&lt;pre&gt;And  input this command in console:

chcp 936

2012/5/17 Konovalov, Vadim (Vadim)** CTR ** &amp;lt;
vadim.konovalov-cfy2TCaE7SFv+uJa97DSA9BPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ecls-list
&lt;/pre&gt;</description>
    <dc:creator>cm</dc:creator>
    <dc:date>2012-05-17T09:46:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9087">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9087</link>
    <description>&lt;pre&gt;in Control panel, "regional and language options",
"Advanced" tab, select Chinese,

[cid:312203310&amp;lt; at &amp;gt;17052012-2899]

in "languages" tab,
"install files for East Asian languages" should also be selected
On Thu, May 17, 2012 at 6:31 AM, cm &amp;lt;xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:xiao.ao.jiang.hu.cm-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;&amp;gt; wrote:
I build Ecl on Window XP with Visual Studio.

the code page of cmd console is cp936.

Do you know how I can change this in a Windows?



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Ecls-list mailing list
Ecls-list-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;publ&lt;/pre&gt;</description>
    <dc:creator>Konovalov, Vadim (Vadim)** CTR **</dc:creator>
    <dc:date>2012-05-17T09:36:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.ecl.general/9086">
    <title>Re: ECL 12.2.1 can not work with CJK language!</title>
    <link>http://permalink.gmane.org/gmane.lisp.ecl.general/9086</link>
    <description>&lt;pre&gt;


Do you know how I can change this in a Windows?

Juanjo

&lt;/pre&gt;</description>
    <dc:creator>Juan Jose Garcia-Ripoll</dc:creator>
    <dc:date>2012-05-17T09:30:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.ecl.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.ecl.general</link>
  </textinput>
</rdf:RDF>

