Hi,
I'm trying to style a layer that contains points, lines, and polygons. My CSS 
style doc is something like:
*{
   mark: symbol(rectangle);
   mark-size: 6px;
   label: 'سمك';
   font-fill: #000000; 
}
When I review the layer the label only appears on points; it does not appear 
neither on lines nor on polygons.
Note that this problem happens with some words only such the following words:
سمك
نجم
نهار

But If I use some other words, it works correctly, such as 
*{
   mark: symbol(rectangle);
   mark-size: 6px;
   label: 'نور';
   font-fill: #000000; 
}
Some other working words are:
مسك
حصان

I'm setting my Geoserver's charset to UTF-8. I've tried also Windows-1256, but 
got the same results.

Please advice.

Regards,
Fawzy

--
Securely sent with Tutanota. Claim your encrypted mailbox today!
https://tutanota.com <https://tutanota.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to