What is the function on T-SQL that allows me to convert western characters to ocidental TEXT ?
It is not a translation, for example :
This Chinese word 越秀区东风东路 to this text Yuèxiù qū dōngfēng dōng lù, i can do this using python for example using unidecode function i need the same text result using t-sql.
Any thoughts ?
Thank you!
This Chinese word 越秀区东风东路 to this text Yuèxiù qū dōngfēng dōng lù, i can do this using python for example using unidecode function i need the same text result using t-sql.
Any thoughts ?