Answer the question
In order to leave comments, you need to log in
What is the text encoding?
There is this piece of HTML:
Импорт товаров с сайта поставщика на Prom.ua
Answer the question
In order to leave comments, you need to log in
These are regular characters from UTF-8 typed in xml/html. 1048 - decimal code of the "AND" character, corresponds to x0418 - hexadecimal, etc.
https://www.w3schools.com/charsets/ref_utf_cyrillic.asp
The way of writing in the form &#nnnn;
where nnnn is some number is called numeric entity reference.
Specifically, this type of record uses the decimal number system to indicate the character code. A character code is its Unicode number.
https://en.wikipedia.org/wiki/List_of_XML_and_HTML...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question