Hello -
I have been having an issue comparing strings in excel because they are encoded different. I am pulling data from a database with the collation type utf8_general_ci and trying to compare it to another string pulled from the data in the excel sheet. The comparison statement always returns False, even if the strings have the same content because the two strings are encoded differently. Is there any way to convert the data pulled from the database into the same encoding method Excel uses as a standard or convert excels standard to utf8_general_ci?
Any other ideas on how to compare these strings would be helpful too.
Thanks in advance1
<dfn title="Unicode (multilingual), case-insensitive"></dfn>
I have been having an issue comparing strings in excel because they are encoded different. I am pulling data from a database with the collation type utf8_general_ci and trying to compare it to another string pulled from the data in the excel sheet. The comparison statement always returns False, even if the strings have the same content because the two strings are encoded differently. Is there any way to convert the data pulled from the database into the same encoding method Excel uses as a standard or convert excels standard to utf8_general_ci?
Any other ideas on how to compare these strings would be helpful too.
Thanks in advance1
<dfn title="Unicode (multilingual), case-insensitive"></dfn>