Skip to main content

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

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


Back to the top