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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -