Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: aug on November 04, 2015, 03:55:10 AM

Title: How to install utf-8 support?
Post by: aug on November 04, 2015, 03:55:10 AM
Found that description on the net

sudo vi /opt/bootlocal.sh

add:

mkdir -p /usr/lib/locale
localedef -i de_DE -f ISO-8859-15 de_DE@euro
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE -f UTF-8 de_DE

But can't find localedef........
Title: Re: How to install utf-8 support?
Post by: curaga on November 04, 2015, 04:32:58 AM
Please use getlocale.tcz. It will do that for you.
Title: Re: How to install utf-8 support?
Post by: aug on November 04, 2015, 08:05:56 AM
Found the extension....but which one to use to get the euro-symbol working (in libreoffice)? Tested de_DE and de_DE.utf8 without success ... and also have still the problem that utf-symbols are not showed correctly in chromium - with firefox not problem without any modification after install