Home
last modified time | relevance | path

Searched defs:decodeCChar (Results 1 – 2 of 2) sorted by relevance

/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/Plugins/
H A DXMonadLog.hs87 decodeCChar = UTF8.decode . map fromIntegral function
90 decodeCChar = map (toEnum . fromIntegral) function
H A DEWMH.hs261 decodeCChar = UTF8.decode . map fromIntegral function
264 decodeCChar = map (toEnum . fromIntegral) function