xml - Escape developer name umlauts in a Maven POM file? -


in <developers> section of pom.xml, if name contains non-7-bit-ascii characters, e.g. german umlauts (ä) or french accents (é)—do need escape them somehow? because if view file mozilla, error:

xml parsing error: undefined entity              <name>foo b&eacute;r</name> -----------------------^ 

should type accents such , assume maven uses utf-8 decoding?

one cannot use html named entities in xml. use utf-8 , full wysiwig. if encoding not listed in defaults utf-8.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -