Re: convert from alpha to int



2012-03-15 13:53, Arbol One skrev:

Does Glibmm provide a way to convert an character value to an integer value?

 

TIA


Don't know exactly what type of conversion you want. If you want to convert a utf-8 encoded character to the character's Unicode code point, Glib contains the g_utf8_to_ucs4() function. I don't think it's wrapped in a Glibmm function.

You can find a lot of similar functions at http://developer.gnome.org/glib/stable/glib-Unicode-Manipulation.html.

Kjell



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]