• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

System encoding problem

R

Rafels

Guest
Hi,
after installing plesk on fresh Debian Etch( with utf-8 encoding ) I'm not able to write some characters( polish letters ) to file. On console I'm able to write this, but when I'm trying to write sth to file I've got this nasty stuff, like ĂÂÂÂÂĂŚ, but I should get żźćąśęół.

Either messages for example from aptitude are also wrong served( like:

Code:
Wynik: -370

ZaakceptowaÄ rozwiÄ
zanie? [Y/n/q/?] ^[[?6c^[[?6c^[[?6c
)

my locale.gen file:

Code:
pl_PL.UTF-8 UTF-8

pl_PL ISO-8859-2

locale command:

Code:
LANG=pl_PL.UTF-8
LC_CTYPE="pl_PL.UTF-8"
LC_NUMERIC="pl_PL.UTF-8"
LC_TIME="pl_PL.UTF-8"
LC_COLLATE="pl_PL.UTF-8"
LC_MONETARY="pl_PL.UTF-8"
LC_MESSAGES="pl_PL.UTF-8"
LC_PAPER="pl_PL.UTF-8"
LC_NAME="pl_PL.UTF-8"
LC_ADDRESS="pl_PL.UTF-8"
LC_TELEPHONE="pl_PL.UTF-8"
LC_MEASUREMENT="pl_PL.UTF-8"
LC_IDENTIFICATION="pl_PL.UTF-8"
LC_ALL=

Code:
echo $LANG
pl_PL.UTF-8

Code:
locale -a
C
pl_PL
pl_PL.iso88592
pl_PL.utf8
polish
POSIX

on dpkg-reconfigure locales I'm not able to finish creating locales, to do this I've to run locale-gen. My dpkg-reconfigure locales looks like this: http://chyl.pl/pub/images/dpkg-reconfigure_locales.jpg

Is there anyone, who can help me to fix this encoding problem? Any ideas?

PS. Sorry for my poor english...
 
encoding and putty

Hello,
try to change settings in putty client of ssh daemon. Change Translation to UTF-8
This will be working fine.


Greetings.
 
Back
Top