Is there some preferred type for UTF-8 bytes? You'd probably want a specific data type so that they don't just look like char*'s. (E.g. typedef char utf8) Then you get a little bit of compiler assistance.
Is there already a standard type to use? On 4/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It should of course be documented that strings are UTF-8. _______________________________________________ Libcdio-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libcdio-devel
