• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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