On Wed, 2010-11-17 at 17:17 +0100, Giuseppe Castagno wrote: > Hi all, > > I remember there was a way to examine in human readable way a Unicode > string in OOo. > > It should be the same in LibO, but, alas :-(, I don't remember how. > > Does somebody remember how?
print dbg_dump(string) should (in theory) generally work with rtl::OUString,rtl::OString,String and ByteString, etc. C. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
