Has anyone tried refactoring OUString?

 - It converts iso-8859-1 letters ranging 0x00-0x7f into UCS2 even it is not 
necessary.
 - It requires malloc(), realloc(), and free() or their equivalents.
 - It prevents debugging efforts because of sal_Unicode buffer[1].
 - It mixtures different purposes: passing/returning parameters and 
long-lasting data.
 - and else...

Best regards,
Tora
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help

Reply via email to