<?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.flexi-streams.devel">
    <title>gmane.lisp.flexi-streams.devel</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel</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.flexi-streams.devel/94"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/92"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/91"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/90"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/89"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/88"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/87"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/86"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/85"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/84"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/83"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/82"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/81"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/80"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/79"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/78"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/77"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/76"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/75"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/74"/>
      </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.flexi-streams.devel/94">
    <title>Votre Convention collective</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/94</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Michel Deloncle</dc:creator>
    <dc:date>2013-04-11T20:31:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/92">
    <title>soldes jusqu’à -80 %  sur UGg,  Nike, adidas</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/92</link>
    <description>&lt;pre&gt;LabelOnly01
Si vous ne visualisez pas ce message correctement, 
accédez à la version en ligne
Pour se désabonner, 
suivez ce lien


Pour vous desabonner et ne plus recevoir nos messages, 
recopiez le lien ci-dessous dans barre adresse de votre
navigateur.
http://www.a904-losangeles.fr/prsom/?Y2FtcD1uZXctY2ZhZC1MQUJFTC0xJmRlc3RpZD05NzU1MjE2OCZkZXN0PWZsZXhpLXN0cmVhbXMtZGV2ZWxAY29tbW9uLWxpc3AubmV0JmNsaWVudD0yJnVybD1kZXNhYm8=
&lt;/pre&gt;</description>
    <dc:creator>Label Only Déstockage</dc:creator>
    <dc:date>2013-04-11T09:42:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/91">
    <title>Re: *substitution-char* does not suppressexternal-format-encoding-error</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/91</link>
    <description>&lt;pre&gt;[Sorry, accidentially hit Enter and sent unfinished letter.
 So, once again: ]

To make these two aspects - length calculation and error recovery - consistent,
the following approach may be good:

Length calculation never signals encoding error. Instead, it takes into
account that wrong byte sequences may be replaced by a character,
provided via *substitution-char* or use-value restart. I.e. every wrong
byte sequence is counted as one character.

In decoding process which follows the length calculation two cases
are possible:
1. some error is not recovered (no *substitution-char* provided
   or use-value invoked). The decoding fails completely and it 
   doesn't matter what length was calculated.
2. All the wrong sequences were substituted. In this case
   the length where all the wrong sequences are counted as
   one character exactly matches the need of decoding process.

Unfortunately I can not work on patch for this now and in the near future.

Best regards,
- Anton

10.02.2012, 01:21, "Edi Weitz" &amp;lt;edi&amp;lt; at &amp;gt;a&lt;/pre&gt;</description>
    <dc:creator>Anton Vodonosov</dc:creator>
    <dc:date>2012-02-09T22:25:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/90">
    <title>Re: *substitution-char* does not suppressexternal-format-encoding-error</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/90</link>
    <description>&lt;pre&gt;To make these two aspects - length calculation and error recovery - consistent,
the following approach may be good:

Length calculation never signals encoding error. Instead, it takes into
account that wrong byte sequences may be replaced by a character,
provided via *substitution-char* or use-value restart. I.e. every wrong
byte sequence is counted as one character.

In decoding process which follows the length calculation two cases
are possible:
1. some error is not recovered (no *substitution-char* provided
or use-value 
    restait doesn't matter what length was calculated
2.



10.02.2012, 01:21, "Edi Weitz" &amp;lt;edi&amp;lt; at &amp;gt;agharta.de&amp;gt;:

_______________________________________________
flexi-streams-devel mailing list
flexi-streams-devel&amp;lt; at &amp;gt;common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-devel
&lt;/pre&gt;</description>
    <dc:creator>Anton Vodonosov</dc:creator>
    <dc:date>2012-02-09T22:19:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/89">
    <title>Re: *substitution-char* does not suppressexternal-format-encoding-error</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/89</link>
    <description>&lt;pre&gt;Sorry for the delay.  I think this is more or less "on purpose."
(It's been a while since I wrote that stuff...)

The recover-from-encoding-error helper function is used when during
decoding we encounter something which "looks like" a character (so to
say) but isn't one - in which case we can e.g. replace it with the
substitution character.

I think the error you mention happens earlier - when the length is checked.

Of course, one could argue that one could just as well use the same
restart here.  Maybe you can just submit a patch (including
documentation if needed and ideally with new tests) and convince Hans
to make a new release?

Thanks,
Edi.


On Sat, Jan 21, 2012 at 1:06 PM, Dmitriy Ivanov &amp;lt;divanov11&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2012-02-09T21:21:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/88">
    <title>*substitution-char* does not suppressexternal-format-encoding-error</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/88</link>
    <description>&lt;pre&gt;Hello folks,

I have bumped into the following error while playing with Hunchentoot.
(It is originated from url-decoding GET parameters with
 *hunchentoot-default-external-format*.)

(let ((flex:*substitution-char* #\?))
  (flex:octets-to-string #(#xC1 #xC2 #xC3 #xC4) :external-format :utf-8))
=&amp;gt; "??"

(let ((flex:*substitution-char* #\?))
  (flex:octets-to-string #(#xC0 #xC1 #xC2 #xC3 #xC4) :external-format
:utf-8))
-&amp;gt; signals: This sequence can't be decoded using UTF-8 as it is too short.
1
octet missing at then end.

The reason is rather "simple": the decoder invokes the following chain of calls:
  compute-number-of-chars -&amp;gt; check-end -&amp;gt; signal-encoding-error

This contrasts to the most of decoder code, which directly calls
   recover-from-encoding-error
instead of
  signal-encoding-error.
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru
&lt;/pre&gt;</description>
    <dc:creator>Dmitriy Ivanov</dc:creator>
    <dc:date>2012-01-21T12:06:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/87">
    <title>unit test failure on sbcl</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/87</link>
    <description>&lt;pre&gt;Hello.

When running asdf:test-op on the flexi-streams 1.0.7 with SBCL some failures occur.

The error message is 

Test (STRING=
      (FLEXI-STREAMS-TEST::OLD-OCTETS-TO-STRING
       FLEXI-STREAMS-TEST::OCTETS-VECTOR :EXTERNAL-FORMAT
       FLEXI-STREAMS-TEST::EXTERNAL-FORMAT)
      STRING) failed signalling error of type TYPE-ERROR: The value 0
                                                          is not of type
                                                            (MEMBER NIL T).

If I comment lines 341, 342 in test.lisp, the error does not occur.

I googled for that error and found a code snippet 
(http://paste.lisp.org/display/73334) which reproduces the
error:

(with-input-from-string (in "123456")
  (let ((stream (flex:make-flexi-stream in))                                                   
        (buffer (make-sequence 'string 3)))
    (read-sequence buffer stream)))

The code is not correct because it creates flexi-stream on top of character but not binary
stream. But the error message &lt;/pre&gt;</description>
    <dc:creator>Anton Vodonosov</dc:creator>
    <dc:date>2011-10-29T14:27:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/86">
    <title>My open source libraries (aka "ediware")</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/86</link>
    <description>&lt;pre&gt;[My apologies if you receive multiple copies of this email.]


Hi everybody!

As some of you will know, I'll start on a new job tomorrow.  This new
job won't involve much hacking, if at all, and thus it doesn't look
like I'll have a lot of time to maintain my open source libraries in
the near future.  I have no plans to suddenly disappear from the CL
world, but don't expect new releases of any of my libs any time soon.
(At least none published by me or on my server.)

Luckily, Hans Hübner - who already did most of the maintenance and
development work for Hunchentoot in the last two years or so - offered
to coordinate further development via github.  See his full
announcement at
&amp;lt;http://netzhansa.blogspot.com/2011/08/ediware-moving-to-github.html&amp;gt;.

I'll continue to read the mailing lists for my libs and I'm still
interested in fixing bugs you might find in the release tarballs
available on my web server.  However, I will likely not bother to
discuss or work on new features or compatibility code for
implemen&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2011-08-31T15:11:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/85">
    <title>Re: a patch for chineses's cp936(gbk)encoding support.</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/85</link>
    <description>&lt;pre&gt;Sorry for the long delay.  I finally found the time to look at the
patch.  Unfortunately, it doesn't work for me.  If I run the tests, I
get an error.  I'm attaching a backtrace.

Thanks,
Edi.



Condition: No character which corresponds to octet #xAFE4.

Call to ERROR (offset 67)
  SYSTEM::ESTRING : FLEXI-STREAMS:EXTERNAL-FORMAT-ENCODING-ERROR
  SYSTEM::EARGS   : (:FORMAT-CONTROL "No character which corresponds
to octet #x~X." :FORMAT-ARGUMENTS (45028) :EXTERNAL-FORMAT
#&amp;lt;FLEXI-STREAMS::FLEXI-GBK-FORMAT (:GBK :EOL-STYLE :LF :LITTLE-ENDIAN
T) 229B8E57&amp;gt;)

Catch frame: (FLEXI-STREAMS::RECOVER-FROM-ENCODING-ERROR . RESTART-CASE)

Catch frame: (FLEXI-STREAMS::RECOVER-FROM-ENCODING-ERROR . 1)

Call to FLEXI-STREAMS::RECOVER-FROM-ENCODING-ERROR (offset 382)
  FLEXI-STREAMS::EXTERNAL-FORMAT            :
#&amp;lt;FLEXI-STREAMS::FLEXI-GBK-FORMAT (:GBK :EOL-STYLE :LF :LITTLE-ENDIAN
T) 229B8E57&amp;gt;
  FLEXI-STREAMS::FORMAT-CONTROL             : "No character which
corresponds to octet #x~X."
  FLEXI-STREAMS::FORMAT-ARGS           &lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2011-03-03T08:02:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/84">
    <title>Re: Flexi Streams fails to compile and install on MacPorts ECL</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/84</link>
    <description>&lt;pre&gt;Maybe Xu Jingtao was right and that was the patch you needed.  In that
case, could you please confirm that this patch is needed for ECL as
well and if the tests pass?  Otherwise, please send a full backtrace.

Thanks,
Edi.


On Tue, Mar 1, 2011 at 11:12 PM, Andrew Pennebaker
&amp;lt;andrew.pennebaker&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2011-03-03T07:25:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/83">
    <title>Re: Flexi Streams fails to compile and install onMacPorts ECL</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/83</link>
    <description>&lt;pre&gt;
Thanks, I've applied this patch to the BKNR repository.  Does CMUCL
pass all tests after this change?

(I don't think this is the OP's problem, though.)
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2011-03-03T07:23:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/82">
    <title>Re: Flexi Streams fails to compile and install onMacPorts ECL</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/82</link>
    <description>&lt;pre&gt;I redefined the type char-code-integer in mapping.lisp under cmucl.
this idea is from here: http://comments.gmane.org/gmane.lisp.cmucl.general/6316
=============================================================================
(deftype char-code-integer ()
  "The subtype of integers which can be returned by the function CHAR-CODE."
  #-:cmu '(integer 0 #.(1- char-code-limit))
  #+:cmu '(integer 0 65533))
=============================================================================
Maybe you could try to redefine it under ecl.

&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Xu Jingtao</dc:creator>
    <dc:date>2011-03-02T01:40:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/81">
    <title>Flexi Streams fails to compile and install onMacPorts ECL</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/81</link>
    <description>&lt;pre&gt;Specs:

flexi-streams 1.0.7
Quicklisp 2010121400
ECL 11.1.1
MacPorts 1.9.2
Mac OS X 10.6.6
MacBook Pro 5,1

Trace:


...

;;;   Invoking external command:
;;;   /usr/bin/gcc-4.2 -o
/Users/andrew/.cache/common-lisp/ecl-11.1.1-macosx-x86/Users/andrew/quicklisp/dists/quicklisp/software/flexi-streams-1.0.7/mapping.fas
-L/Users/andrew/macports/lib/
/private/var/folders/N-/N-IxaaKuFae5ik1WKxV6wE+++TI/-Tmp-/eclinit87rR0W.o
/Users/andrew/.cache/common-lisp/ecl-11.1.1-macosx-x86/Users/andrew/quicklisp/dists/quicklisp/software/flexi-streams-1.0.7/mapping.o
-bundle -L/Users/andrew/macports/lib -arch x86_64
-L/Users/andrew/macports/lib -arch x86_64 -lecl -lm
In function COERCE, the value of variable is
        65533
which is not of expected type (INTEGER -128 127)

Available restarts:

1. (ABORT) ABORT
2. (TRY-RECOMPILING) Try recompiling ascii
3. (RETRY) Retry compiling component ("flexi-streams" "ascii").
4. (ACCEPT) Continue, treating compiling component ("flexi-streams" "ascii")
as having been successful.
5. (ABORT)&lt;/pre&gt;</description>
    <dc:creator>Andrew Pennebaker</dc:creator>
    <dc:date>2011-03-01T22:12:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/80">
    <title>gbk patch of flexi-streams.</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/80</link>
    <description>&lt;pre&gt;hi all

i have published my gbk(cp936,gb2312) encoding support for flexi-streams.
this patch passed all tests and use the best fit mapping table.
flexi-streams-devel&amp;lt; at &amp;gt;common-lisp.net

the git reposity url: https://github.com/jingtaozf/flexi-streams

Could weitz apply this patch to his official site?

With Best Regards.

jingtao.
_______________________________________________
flexi-streams-devel mailing list
flexi-streams-devel&amp;lt; at &amp;gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-devel
&lt;/pre&gt;</description>
    <dc:creator>jingtao xu</dc:creator>
    <dc:date>2011-02-21T11:31:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/79">
    <title>gbk patch to flexi-streams.</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/79</link>
    <description>&lt;pre&gt;hi all:
I have put one patch of flexi-streams to github:
This patch has passed all tests and use the new encoding map table.
https://github.com/jingtaozf/flexi-streams
&lt;/pre&gt;</description>
    <dc:creator>Xu Jingtao</dc:creator>
    <dc:date>2011-02-21T10:33:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/78">
    <title>Re: UNREAD-BYTE and PEEK-BYTE onIN-MEMORY-INPUT-STREAM</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/78</link>
    <description>&lt;pre&gt;Hi Daniel,

As the documentation says, you can use in-memory streams as the
underlying streams for flexi streams.  If you do that, you'll have the
operations you wanted.

HTH,
Edi.


On Sat, Dec 11, 2010 at 7:48 PM, Daniel Oliveira &amp;lt;psykon&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2010-12-12T01:16:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/77">
    <title>UNREAD-BYTE and PEEK-BYTE onIN-MEMORY-INPUT-STREAM</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/77</link>
    <description>&lt;pre&gt;Hello, i'm using FLEXI-STREAMS and i have a problem, UNREAD-BYTE and
PEEK-BYTE aren't defined for IN-MEMORY-INPUT-STREAM's, is there a reason why
they can't be or why it doesn't make sense for them to be?
_______________________________________________
flexi-streams-devel mailing list
flexi-streams-devel&amp;lt; at &amp;gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-devel
&lt;/pre&gt;</description>
    <dc:creator>Daniel Oliveira</dc:creator>
    <dc:date>2010-12-11T18:48:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/76">
    <title>Re: a patch for chineses's cp936(gbk)encoding support.</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/76</link>
    <description>&lt;pre&gt;Thanks, I'll take a look at this when I'm less busy than now.

Again, please use the mailing list for patches and questions - see Cc.

Thanks,
Edi.


On Fri, Feb 5, 2010 at 11:31 AM, jingtaozf &amp;lt;jingtaozf&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
flexi-streams-devel mailing list
flexi-streams-devel&amp;lt; at &amp;gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-devel
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2010-02-05T15:58:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/75">
    <title>Re: Flexi-streams problem with SBCL 1.0.34</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/75</link>
    <description>&lt;pre&gt;Yeah, flexi-streams might returned vectors with fill pointers.  But it
doesn't claim otherwise.  Looks like this is a bug on the side of the
caller.

Cheers,
Edi.

On Thu, Jan 7, 2010 at 11:42 PM, Fred Gibson &amp;lt;fred&amp;lt; at &amp;gt;streamfocus.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2010-01-07T23:17:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/74">
    <title>Re: Flexi-streams problem with SBCL 1.0.34</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/74</link>
    <description>&lt;pre&gt;It looks like the problem is with the resultant data type although the
printed representation is identical in both results:

ZS3&amp;gt; (flexi-streams:STRING-TO-OCTETS "XXiXWAxW93c" :EXTERNAL-FORMAT :UTF-8)
#(88 88 105 88 87 65 120 87 57 51 99)
ZS3&amp;gt; (describe *)
#(88 88 105 88 87 65 120 87 57 51 99)
  [specialized vector]

Element-type: (UNSIGNED-BYTE 8)
Fill-pointer: 11
Size: 15
Adjustable: yes
Displaced-to: NIL
Displaced-offset: 0
Storage vector: #&amp;lt;(SIMPLE-ARRAY (UNSIGNED-BYTE 8) (15)) {D0760BF}&amp;gt;
; No value
ZS3&amp;gt; (acl-compat.excl:string-to-octets "XXiXWAxW93c" :EXTERNAL-FORMAT :UTF-8)
  0: (SB-EXT:STRING-TO-OCTETS "XXiXWAxW93c" :EXTERNAL-FORMAT :UTF-8)
  0: SB-EXT:STRING-TO-OCTETS returned #(88 88 105 88 87 65 120 87 57 51 99)
#(88 88 105 88 87 65 120 87 57 51 99)
ZS3&amp;gt; (describe *)
#(88 88 105 88 87 65 120 87 57 51 99)
  [simple specialized vector]

Element-type: (UNSIGNED-BYTE 8)
Length: 11
; No value

I'm not sure which type is right, only that the acl-compat type is
what's needed for ironclad and zs3 to run.

&lt;/pre&gt;</description>
    <dc:creator>Fred Gibson</dc:creator>
    <dc:date>2010-01-07T22:42:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/73">
    <title>Re: Flexi-streams problem with SBCL 1.0.34</title>
    <link>http://permalink.gmane.org/gmane.lisp.flexi-streams.devel/73</link>
    <description>&lt;pre&gt;I'm not familiar with ironclad or zs3.  Could you maybe send a full
backtrace and a simple way to reproduce the problem?

Thanks,
Edi.


On Thu, Jan 7, 2010 at 9:29 PM, Fred Gibson &amp;lt;fred&amp;lt; at &amp;gt;streamfocus.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Edi Weitz</dc:creator>
    <dc:date>2010-01-07T21:28:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.flexi-streams.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.flexi-streams.devel</link>
  </textinput>
</rdf:RDF>
