Questions tagged [unicode]
Unicode is intended to be a universal character set for describing all the characters required for written text incorporating all writing systems, technical symbols and punctuation.
52 questions
1
vote
0
answers
93
views
Model Builder: Calculate field from Parameter defined Joined table returns 'u"String"' instead of 'String'
Using Pro 3.2.0. The goal of this Model is to use a .xlsx spreadsheet to update values in a feature class which will be shown in a webmap. The .xlsx in question was generated from the Master Tracker (...
1
vote
1
answer
516
views
Leaflet & special characters
I have a problem regarding Leaflet and calvinmetcalf's shapefile module. In my shapefile I have fields and in those fields are strings like:
'Frankfurt'
'Tübingen'
'Géramer-sur-Mer'
You see that due ...
1
vote
2
answers
236
views
Diameter Symbol not appearing in Layer Labels
I'm trying to label a pipelines layer with Diameter information. I'm using following expression:
u"\u2300" + [Diameter_cm] + "cm"
But Unicode (u2300) appears as a box rather than ...
1
vote
1
answer
1k
views
How to fix cql_filter problem with unicode characters in GeoServer 2.17.2?
I am using GeoServer 2.17.2 and OpenLayers v6.4.3, I can not get result when my cql_filter query is consist of unicode characters, I found out this issue can solve by add a code in tomcat server.xml, ...
1
vote
1
answer
1k
views
Unicode problem in creating style with REST API on GeoServer
I am creating some new style with Postman. The main problem is that the new style was created with Unicode problem. It means I am seeing the new style has some character that are not Unicode.
URL : ...
2
votes
1
answer
420
views
GeoServer CQL Filter doesnt work with Unicode
I'm using CQL filter to extract certain data from my GeoServer layer.
var source = new ol.source.Vector({
loader: function (extent, resolution, projection) {
var url = "http://...
2
votes
1
answer
142
views
Download data from OpenStreetMap that is not in English gives wrongs characters
I have download data from OSM from Israel area but whenever I open the data in QGIS I am getting wrong characters and it doesn´t show Hebrew, even though on OSM it does show it in Hebrew. I know there ...
0
votes
0
answers
61
views
Character marker symbology based on a field
I'm a bit unsure of how to express this question without being too unspecific but I hope you understand what I'm getting at...
I have a symbol library as a .ttf with geotechnical symbols. I would ...
0
votes
1
answer
149
views
Renaming shapefiles from Cyrillic symbols to Latin ones using ArcPy [closed]
My goal is to rename shapefiles in 2 folders via transliteration using arcpy. That means that I want to replace Cyrillic (Russian) symbols with Latin ones. Here is my code, that doesn't work. What's ...
3
votes
1
answer
2k
views
QGIS general character encoding
This isn't a particularly major issue, but I've had this thing nagging me for a while. When looking at QGIS 3.4's global variables, user_full_name is assigned my given and surname, which includes a ...
3
votes
1
answer
565
views
Unicode problems while writing selected features to a new shapefile with Fiona
I have a shapefile with a large number of geographic features (marine protected areas). I'm trying to read through all of the areas in the shapefile, select those that fit a certain criterion, and ...
1
vote
1
answer
8k
views
Showing FontAwesome Icons on Openlayers
I can't show these icons from FontAwesome:
var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.OSM()
})
]
, target:...
0
votes
0
answers
86
views
Trying to use “Pit Remove” tool gives out “'ascii' codec can't encode character" error
It does not only happen with pit remove, but with other tools as well. I get this error in all of them.
'ascii' codec can't encode character u'\xb0' in position 158: ordinal not in range(128) See log ...
0
votes
0
answers
713
views
AttributeError: 'unicode' object has no attribute 'replaceWorkspacePath' [duplicate]
I must of written this code using 15 different structures with no luck. I am simply trying to take an old layer 'Windfarms' stored in 'C:\Users\darle\Desktop\MXD_Test\Test.gdb' and replace it with '...
2
votes
0
answers
1k
views
How to get a shapefile DBF encoding?
I wrote a python code that is used in different countries.
It process a shapefile DBF, that can be encoded in any of the local langage (or being provided by another foreign partner), or even in ascii.
...
