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é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
Post a Comment