-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UTF-8 as character encoding for SLDs
This is the following of the previous incomplete PR11, generalizing switch to UTF-8 for all styles. Having the styles in ISO messes up things when an user edits them via the UI editor from GS (as the UI is supposed to be full utf-8, everything posted will be interpreted as UTF-8, not ISO, messing up the charset). Note: if we git grep onto 'ISO-8859' in the repository, there are still some references, but on automated_tests layer ; a shapefile is provided where the attributes are still encoded in this charset.
- Loading branch information
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters