Changeset 560129a


Ignore:
Timestamp:
2010-09-30T06:30:07Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
03e5fb7, 88de0c9
Parents:
6ce2240
Message:

Fix use of g_convert(), thanks to an anonymous person who opened #676.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r6ce2240 r560129a  
    196196                   LC_CTYPE being set to something other than C/POSIX. */
    197197                if( part )
    198                         part = asc = g_convert( part, -1, "ASCII//TRANSLIT//IGNORE",
    199                                                 "UTF-8", NULL, NULL, NULL );
     198                        part = asc = g_convert_with_fallback( part, -1, "ASCII//TRANSLIT",
     199                                                              "UTF-8", "", NULL, NULL, NULL );
    200200               
    201201                if( ret->len == 0 && part && isdigit( *part ) )
Note: See TracChangeset for help on using the changeset viewer.