Encoding issues with non-ascii characters in units #513
Labels
bug
Something isn't working
infra-timeseries
Infrastructure issues related to time series representation and handling (incl. forecasting)
infra-vis
Infrastructure issues relating to the visualisation framework.
There are reported issues with encoding of special characters using Blazegraph, i.e. Blazegraph claims to use
utf-8
encoding while actually usingiso-8859-1
(details: blazegraph/database#224).This causes issues when instantiating non-ascii strings, e.g. symbols for units. This is relevant for the AverageQuareMetrePriceEstimation as well as PropertyValueEstimation agents where we use
£
as symbol for poundSterling; however, there are also unit symbols defined within the ontology of units of measure, which are affected, e.g.°
,°C
,µg
Proper encoding (potential solution see here) shall be ensured when 1) uploading data into Blazegraph (@markushofmeister) as well as when 2) retrieving data for visualisation (@mdhillman)
This should also fix the issue observed earlier, e.g. AirQuality agent #227
The text was updated successfully, but these errors were encountered: