2011/8/12, LEVAI Daniel <[email protected]>: > Hi! > > I'm using -current, and running X with LC_CTYPE=hu_HU.UTF-8. > I noticed that ls(1) won't display this one character (there are maybe > more, I only noticed this one): 'E ' (nor its capitalized version: 'E ').
ls doesn't support multibyte characters yet, try this: http://kerneltrap.org/mailarchive/openbsd-tech/2011/1/4/6887598 The bugs in wcwidth() mentioned later in the thread are now fixed, I think. -- Alexander Polakov | plhk.ru

