pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: No accents in qt5 based editors



On Fri, Jan 3, 2020 at 5:32 PM Mandacarú Cascavel <mancasc%yahoo.com.br@localhost> wrote:
> I can't get accented characters in editors based in qt5 library (texmaker, texstudio, texworks, kate). For example: à, ã, á, ê, etc., in brazilian portuguese. Notwithstanding, gtk based editors work fine (emacs, gummi, vim-gtk3, medit, gedit). I'm using NetBSD-current 9.99.33 amd64 and default locale.

Maybe you need to set your locale explicitly to use UTF-8:

export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8

-- 
Benny


Home | Main Index | Thread Index | Old Index