Indeed. I verify that this difference is present:

[atsol@convex ~]$ locale -a |grep -i iso8859
de_DE.iso88591
es_ES.iso88591
fr_FR.iso88591
it_IT.iso88591
[atsol@convex ~]$ locale -a |grep -i UTF
ar_EG.utf8
C.UTF-8
el_GR.utf8
en_US.utf8
[atsol@convex ~]$


It is strange that for C it gives C.UTF-8 but for the rest it gives ....utf8.

So is there a way to setup aliases or fix the CDE source?

Antonis.


On 11/8/20 3:52 PM, Marcin Cieslak wrote:
On Sun, 8 Nov 2020, Antonis Tsolomitis wrote:



Nope! using

make World IMAKE_DEFINES='-DDtLocalesToBuild="en_US.UTF-8"'

still produces the same error on PureOS (Debian testing).

One thing that can be seen is that the system offers names like "it_IT.iso88591"
or "en_US.utf8" while CDE uses "it_IT.ISO8859-1" and "en_US.UTF-8".

There should be a way for a system to alias the "CDE" or "X" locale names
so that they are understood by the C library as well.

Make sure your X server understands your locale names as well and
gives no warnings on startup.

saper

_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to