Outputting Japanese Characters to a File using Python
问题 Goal --> I am trying to automate the query execution process using Python Detail --> My Source is Teradata Database and Destination is .txt file I am writing a Python code to run a query in Teradata and save the output in .txt file. Issue --> Even though,I am able to run the query and save the output,The Japanese Character are showing up as "\x1a\x1a" For ex . when i run the query the output i see in Teradata SQL Assistant window is "愛してる” while the output in text file is "\x1a\x1a" I am