I'm trying to print a string in utf-8 form,the ideal result is as follow :
and it actually works that way if I mean it.
However,when i try to print another string just seems like it,the result is
and i have found out what is wrong,but i don't know how to fix it. The problem is the string i am trying to print is:
i try to remove one of the '\',but it means one '\' when there is actually '\\',yet the difference is made. can someone save me from this puzzle? Thanks a lot!