tmenu icon indicating copy to clipboard operation
tmenu copied to clipboard

Respect user locale

Open dhamidi opened this issue 10 years ago • 0 comments

Currently tmenu only works in UTF-8 locales, because it expects the contents of the user input buffer to be UTF-8 encoded. In non-UTF-8 locales, input should be transcoded to UTF-8 before doing any key binding lookup or inserting it into the input buffer.

The conversion should be done using the standard iconv API.

dhamidi avatar Jun 14 '14 16:06 dhamidi