AGS Python Encoding Problem with Linux Server

307
0
01-15-2020 06:20 AM
MartinOver
New Contributor III

Hi,

In our mxd Dokument we use the Webdings Font Latin-1 Supplement Character 128 (Mens symbol) for the Labeling with a Python Expresssion.

<FNT name='Webdings' size='42'>" + u'€' + "</FNT>"

Everthing is fine in ArcMap with Windows 10 Desktop. But when publishing to a Linux AGS the Label does not work.

We trying also:

+ u'\u0080' +

+ chr(int('0x80', 16)) +

which ws also fine with the Desktop, but did not work on the server.

Any suggestions?

Best regards,

Martin

0 Kudos
0 Replies