Table of Contents
Fix Geoserver WMS character representation error (UTF-8)
| Lỗi font UTF-8
Err
Fix Geoserver WMS character representation error (UTF-8)
There are many things to check:
- in the first line of SLD coding:
<?xml version="1.0" encoding="UTF-8"?>
- check that the workspace is on UTF-8
- check that the store (that is connected to the workspace) is on UTF-8
For me, I just go to Edit Vector Data Source
, then change DBF files charset
to UTF-8
, and then every thing will go well