On Tue, Jul 26, 2011 at 6:14 PM, Robert Buckley <[email protected]> wrote: > Thanks for the confirmation. > It actually doesn´t cause any problems. I am having more problems with the > decoding of german (ß,ü,ö,ä). Although Aptana is saving the files in UTF-8 > the json isn´t parsing either ü or # ü. > What is acually working is "\u00df"???
That is really similar to the utf8 way to express those chars, afaik: http://en.wikipedia.org/wiki/UTF-8 The others you're citing are xml/html escape codes, not utf ones (I might be wrong). See also: http://stackoverflow.com/questions/583562/json-character-encoding Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
