xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
586 stars 274 forks source link

Support arbitrary unicode input in EZConfig parser #764

Open slotThe opened 1 year ago

slotThe commented 1 year ago

Feature Description

The EZConfig parser currently only supports characters "up to" latin1 (for reasons, refactored out to our prelude). It may be desirable for us to support arbitrary unicode (hex)codes here, like <0x06ad>.

Related: https://github.com/xmonad/xmonad-contrib/issues/135, where this has been thoroughly discussed; especially https://github.com/xmonad/xmonad-contrib/issues/135#issuecomment-1086617349.