Re: issue with char_mbtowc/iconv
Raphaël Droz <[email protected]> Tue, 16 Apr 2013 20:14:08 +0200
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <20130416181407.GA9526@b1b1> |
On Tue, Apr 16, 2013 at 07:06:43PM +0200, Daniele Forsi wrote: > 2013/4/15 Raphaël Droz: > > > # let's convert > >> char_mbtowc/iconv: Argument invalide > > # let's store converted string > >> AT+CPBW=771,"0030003000300030",129,"0052" > > > > 0052 is only the first "R" as the conversion failed after the first char. > > I fixed this bug which could be reproduced with the fake driver from git: > echo -e "BEGIN:VCARD\r\nFN:Régine\r\nTEL;TYPE=PREF,VOICE:0000\r\nEND:VCARD\r\n" > | gnokii --phone fake --writephonebook --vcard --overwrite > can you test it? fixed! (tested both in fake mode and real use) ... but I don't understand how this could have been undetected up to now... Anyway, thank you !