WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to install utf-8 support?  (Read 3082 times)

Offline aug

  • Jr. Member
  • **
  • Posts: 74
How to install utf-8 support?
« 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........

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: How to install utf-8 support?
« Reply #1 on: November 04, 2015, 04:32:58 AM »
Please use getlocale.tcz. It will do that for you.
The only barriers that can stop you are the ones you create yourself.

Offline aug

  • Jr. Member
  • **
  • Posts: 74
Re: How to install utf-8 support?
« Reply #2 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