mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Sep 6 14:59:09 CEST 2000 Werner Koch
This commit is contained in:
parent
74b7fe6a7e
commit
d14ecc1759
15 changed files with 174 additions and 44 deletions
|
@ -424,7 +424,8 @@ utf8_to_native( const char *string, size_t length )
|
|||
case 0 : n++; if( p ) *p++ = '0'; break;
|
||||
default: n += 3;
|
||||
sprintf( p, "x%02x", *s );
|
||||
p += 3;
|
||||
if ( p )
|
||||
p += 3;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue