Hi,
another weird thing:
In this example I use  \startexceptions to set hyphenation exceptions:

```
\mainlanguage[en]

\startexceptions[en]

appli-ca​ble

obli-gated

\stopexceptions


\setuplayout[width=1cm]


\starttext

\currentmainlanguage


\currentlanguage


\hyphenatedword{applicable}


applicable


\hyphenatedword{obligated}


obligated

\stoptext

```


What am I missing?


Best,

Denis