
Comment #10 on issue 348 by vej....@gmail.com: Encoding task force http://code.google.com/p/xmonad/issues/detail?id=348 Such problems still exist, in least at two places: - In XMonad.Core, the spawn function breaks Unicode strings. For instance, if I do "spawn "notify-send \"Réveille-toi !\""" the "é" character in the notification becomes "Ã(c)". - In XMonad.Util.Dmenu, the menu arguments are similarly broken if they contain such characters. In the second case, I could solve the problem by removing all "encodeString" occurrences in the function runProcessWithInput from XMonad.Util.Run (there are other occurrences of "encodeString"in XMonad.Util.Run which may cause the same problem). I suspect (but have not tried) that removing "encodeString" in spawnPID (from XMonad.Core) would solve the first problem. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings