Hi, At the moment it is received in ascii from csd since not all car kits can handle utf8. Br, Dmitriy On Wed, 2010-10-13 at 16:19 +0200, ext Johan Hedberg wrote: > Hi Lukasz, > > On Wed, Oct 13, 2010, Lukasz Pawlik wrote: > > - net.operator_name = g_strdup(name); > > - > > + net.operator_name = g_strndup(name, 16); > > Is it possible that the the format of the name would be such that byte > boundaries are not always the same as character boundaries (e.g. UTF-8)? > If so, using g_strndup sounds dangerous since it assumes one byte per > character. > > Johan > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html