gwift-book/annexes/snippets.tex

6 lines
288 B
TeX
Raw Normal View History

2022-06-09 20:40:42 +02:00
\chapter{Snippets}
2022-06-03 21:10:05 +02:00
\section{Nettoyage de chaînes de caractères}
Basically, NFC is how you normalize text that's meant to be displayed to a user on the web, and NFKC is how you normalize text that's used to for searching and guaranteeing uniqueness. \cite{django_for_startup_founders}