i'mI'm writing a pythonPython script to read the unicode charUnicode characters from a file and insert them into DBa database. I can only insert 30 bytes of the unicode characters i can insert into DB each string. How todo I calculate the size of the unicode charstring in bytes before iI insert into DB.the database?