Every time I install FreeBSD, I would follow some steps to set locale to Turkish. First, I would add these lines to the end of the
Then, I would issue this command:
Then, I would add these lines to the
Then, I would change my shell to bash. And it worked all the time until I tried that on FreeBSD 12.2 for the first time.
Does anyone know why? What has changed? What should I do?
/etc/login.conf
file:
Code:
turkce|Turkce Dil Destegi:\
:charset=UTF-8:\
:lang=tr_TR.UTF-8:\
:tc=default:
Then, I would issue this command:
Code:
cap_mkdb /etc/login.conf
Then, I would add these lines to the
/etc/profile
file:
Code:
LANG=tr_TR.UTF-8; export LANG
MM_CHARSET=UTF-8; export MM_CHARSET
Then, I would change my shell to bash. And it worked all the time until I tried that on FreeBSD 12.2 for the first time.
Does anyone know why? What has changed? What should I do?