Good Morning, Is it possible to determine the length of UNICODE(UTF-8 or 
UTF-16) strings stored in SQLite 3.7.11 database? 
   I just tried using the IBM open-source ICU function int32_t u_strlen(const 
UCHAR* str) but it gives me erroneous? Evidently the u_strlen function for a 
UTF-8 NULL (U+0000) terminated.
   Is there a more accurate way to  to determine the length of UNICODE(UTF-8 or 
UTF-16) strings stored in SQLite 3.7.11 database? Thank you.                    
                  
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to