On 2/14/10 5:00 PM, Dieter Kaiser wrote:
> Am Sonntag, den 14.02.2010, 16:15 -0500 schrieb Raymond Toy:
>
>
>> Put this in string-to-octets (conditional on sbcl)
>>
>> (sb-ext:string-to-octets string :external-format encoding
>> :null-terminate nil)
>>
>> I think that will take care of it.
>>
> I have added the code with #+sbcl. But there is something more missing.
> I get e.g. "??ber" in the translated string which is displayed, but not
> "?ber".
>
Yeah, I just realized you need to make a similar change for
octets-to-string.
Soon, I'll be checking in a new version of intl from Paul that should
have these things fixed.
Ray