It should, as long as your database is unicode (i.e. postgresql). If you're using mysql (my bet) it is not unicode by default.
On Wed, Nov 4, 2015 at 12:24 PM, Pierre Smits <[email protected]> wrote: > Hi Fernando, > > Feel free to create a JIRA issue regarding this. > > Best regards, > > Pierre Smits > > *OFBiz Extensions Marketplace* > http://oem.ofbizci.net/oci-2/ > > On Wed, Nov 4, 2015 at 6:26 PM, FGomez <[email protected]> wrote: > >> Hi >> >> Does ofbiz support unicode for user login ID. >> >> I have created users and I am getting the following Erreur at the login? >> >> user = arsène arsè[email protected] >> user = athénaïs athénaï[email protected] >> >> >> * was able to assign the email with an erreur message. >> >> The Following Errors Occurred: >> >> Error calling event: org.ofbiz.webapp.event.EventHandlerException: >> Problems processing event: java.lang.IllegalArgumentException: Control >> character in cookie value or attribute. (Control character in cookie value >> or attribute.) >> >> french >> >> >> >> tested on http://demo-stable-ofbiz.apache.org/partymgr/control/backHome >> >> >> Regards, >> Fernando >> >> >> >
