Good day,
I always see these boxes when I browse for websites with japanese in it, same as goes for chinese and other asian languages.
It seems that my FreeBSD doesn't support asian languages. I already browsed and followed the handbook regarding on adding japanese, but it won't work.
Chapter 25. Localization - i18n/L10n Usage and Setup
Here is what I did:
Here is my
Looking for your assistance, thank youu!!
I always see these boxes when I browse for websites with japanese in it, same as goes for chinese and other asian languages.
It seems that my FreeBSD doesn't support asian languages. I already browsed and followed the handbook regarding on adding japanese, but it won't work.
Chapter 25. Localization - i18n/L10n Usage and Setup
Here is what I did:
Code:
$ doas nano /etc/login.conf
# added the japanese language at the end
japanese|Japanese Users Accounts:\
:charset=UTF-8:\
:lang=ja_JP.UTF-8:\
:tc=default:
# ran this command after for changes to take effect
$ doas cap_mkdb /etc/login.conf
Here is my
locale
output:
Code:
$ locale
LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_TIME="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=
Looking for your assistance, thank youu!!