• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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