- Subject: [slang-users] Bug in SLutf8_skip_chars?
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Sat, 18 Nov 2006 20:33:54 +0000 (UTC)
Hi,
the Debian maintainer of libslang2 added a patch to the newest version
2.0.6-4 that fixes a bug in SLutf8_skip_chars().
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392942 But this bug
breaks jed. Now, the question is, what's the right return value of
SLutf8_skip_chars?
#v+
#include <slang.h>
#include <stdio.h>
int main(void)
{
SLuchar_Type string[] = "\xE4";
unsigned int dnum;
SLutf8_skip_chars(string, string+1, 1, &dnum, 1);
printf("%d\n", dnum);
return 0;
}
#v-
% dpkg -l libslang2
ii libslang2 2.0.6-3 The S-Lang programming library - runtime ver
% ./test
1
% dpkg -l libslang2
ii libslang2 2.0.6-4 The S-Lang programming library - runtime ver
% ./test
0
Bye, Jörg.
--
Ein Narr, er sieht die Weisheit nicht
selbst wenn sie närrisch zu ihm spricht.
_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]