**SPIP**
# Article validé
L’article "**|charset2unicode**
(https://www.spip.net/en_article6570.html)" vient d’être publié par
b_b.
* * *
## |charset2unicode
mardi 26 mai 2020 , par [jack](.././?page=auteur&id_auteur=593&)
The filter `|charset2unicode` applied to a text tag transforms a string
into unicode integers ``
For example, from a #DESCRIPTION tag that normally returns the following
html source :
2 est supérieur à 1 & it is noted : 2 > 1
we will use :
`[(#DESCRIPTIF|charset2unicode)]`
which will return the html source code :
`2 est "supérieur" à 1 & c’est noté : 2 > 1`
The interest of this filter is that it does not impact the html tags.
— Envoyé par SPIP (https://www.spip.net/)
