Hi there,
Catalan language uses a special double l called ela geminada (l·l). Example: “col·locar” (it means “to place”).
The right way for representing this is using the “middle dot” (·). But when using this character in Typst, some space is added between both “l”, as you can see.

This is absolutely wrong, because in Catalan the “l·” is a single letter. According to Unicode, the middle dot must be treated not as a point breaking the word, but as a “letter extender”.
Some of you might be thinking that Unicode has two characters for the double l: Ŀ (U+013F) and ŀ (U+0140). But these are legacy characters that were used before the middle dot was adopted as the standard representation of the double l. They are not recommended for use in modern Catalan writing at all. So this doesn’t solve the problem.
Please bear in mind that despite that, at the end of a line you must use a hyphen instead of the middle dot; e.g. expected behaviour:
bla bla bla bla bla bla bla bla col-
locar bla bla bla bla bla bla bla.
How can I solve or fix this issue?
Thanks in advance,
Ausiàs.




