• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk Creation Utilites coding

M

MaRiOs

Guest
Im facing problems with the plesk creation utilities...
they dont get greek characters.

The support team of plesk gave me this answer :

we've just got the answer from our Development Team. They reported that
Plesk Creation Utilites get coding paramenters that are defined in system
variable $LANG and save them in UTF8 in Plesk database.

So you should just set correct system variable $LANG, so that Greek to UTF8
coding goes fine.


The problem is that i dont know where to find this $LANG variable so i can "correct" it as they say.

any one knows?
 
Originally posted by MaRiOs
Im facing problems with the plesk creation utilities...
they dont get greek characters.

The support team of plesk gave me this answer :

we've just got the answer from our Development Team. They reported that
Plesk Creation Utilites get coding paramenters that are defined in system
variable $LANG and save them in UTF8 in Plesk database.

So you should just set correct system variable $LANG, so that Greek to UTF8
coding goes fine.


The problem is that i dont know where to find this $LANG variable so i can "correct" it as they say.

any one knows?

echo $LANG

You can invoke CU in such a manner: LANG=<your-greek-locale> /usr/local/psa/bin/<needed-cu>.sh <here greek strings>

ps: btw, this is described in _every_ book describing unix shells.
 
Back
Top