What are special character conversions, characters such as '\u0026amp', '\u003c', and '\u003e'?

Asked 2 years ago, Updated 2 years ago, 19 views

Special characters are read as code, not as characters, as follows:

I'd like to know if there is a way to change the name of this code format and change the code to characters that we normally see.

The current encoding is euc-kr.

'\u0026amp' #&Ganada
'\u003c is me' # < is me
'\u003e is ' # > is 'nada'

python

2022-09-20 10:19

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.