Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Unmarshalling + encoding

The first '?' has to be some kind of special character.
But my mail program send the mail in UTF-8, so it became a '?'

Leon

Leon Derks wrote:
Hello

There are some characters in my xml that are not in the UTF-8 character set.
For example:

class Product{
private String name;
}

For example the '?' character in the Product.name is not correctly unmarshalled, but becomes a '?'

How can I solve this?

Leon
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users





Back to the top