Author Topic: Language Enconding Problem  (Read 2564 times)

Gilberto Ferreira

  • Zen Hero
  • *****
  • Posts: 516
  • Karma: +12/-1
    • View Profile
Language Enconding Problem
« on: May 17, 2013, 03:07:44 pm »
Hi guys...

I install I have installed Zentyal 3.0.20 here with Portuguese Brazil Language.
Everything is fine, but when I try to set up Files Sharing, I always have problem with accents. Let me explain.

In smb.conf file, has a section called [homes]. That's a default Samba configuration. Nothing strange till now.

But, when we use Portugues Brazilian as default language, the pattern on [homes] section changes like that:

[homes]

comment = Diretórios Home

The "Diretórios" word with accents is the problem here.
Since Samba do not accept accents, I running in trouble, because I unable to access any sharing folder, just because of misconfiguration...

Is there any way to workaround this problem??

Any help will be welcome.

Thanks a lot

Marcus

  • Forum Moderator
  • Zen Samurai
  • *****
  • Posts: 395
  • Karma: +12/-0
    • View Profile
    • Professional IT Service
Re: Language Enconding Problem
« Reply #1 on: May 21, 2013, 02:13:49 pm »
Hello Gilberto Ferreira,

Installing your local might help...

Log to your server using a terminal/SSH and paste the following line:
Code: [Select]
sudo apt-get install language-pack-pt language-support-pt aspell-pt language-pack-br language-support-br aspell-pt-br -y
(this is for installing Portuguese + Brasilian along with the dictionaries)

Best,

Marcus

Gilberto Ferreira

  • Zen Hero
  • *****
  • Posts: 516
  • Karma: +12/-1
    • View Profile
Re: Language Enconding Problem
« Reply #2 on: May 21, 2013, 02:21:58 pm »
Thanks for your reply....

I will try and post results later...