xmonad / xmonad-contrib

Contributed modules for xmonad

Home Page:https://xmonad.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support arbitrary unicode input in EZConfig parser

slotThe opened this issue · comments

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: #135, where this has been thoroughly discussed; especially #135 (comment).