About 2 results
https://ayc0.github.io/posts/intlsegmenter-dont-use-stringsplit-nor-stringlength · 25 Jul 2023
UTF is tricky: the length of a string can mean a lot of different things based on whether you want the number of code points, code units, and graphemes. What are the differences, and how can we navigate through those using JavaScript?
https://aslakr.folk.ntnu.no/2008/02/utf8-mm-i-latex/ · 28 Feb 2008
Det kan være noe upraktisk å skrive og lese {\o} for «ø», {\aa} for «å». Tidligere var det vanlig å bruke latin1, men nyere LaTeX kan en en bruke utf8 som inputenc. Det betyr ikke at en kan skrive full unicode, men det vil i de fleste tilfeller de...