Changeset 6197702 for nick.c


Ignore:
Timestamp:
2010-10-09T18:41:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d150a9d
Parents:
23b29c6 (diff), 27b407f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging OTR branch. It's more or less a plugin if you enable it, and
otherwise a no-op. DO NOT INSTALL THIS ON PUBLIC SERVERS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r23b29c6 r6197702  
    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.