Field validation fails for fields containing Chinese characters since validation was originally designed with English characters in mind. An example is the event field. Need to investigate how to alter regular expressions used in validation functions so that Chinese and other multibyte characters can be included.

Comments

begun’s picture

Status: Active » Closed (fixed)

Updated regular expression used in event field validation to use non-English characters.

begun’s picture

There is still a problem as in its current form it will not confirm that there is a leading character before the date. I have updated the regular expression accordingly.