Closed (fixed)
Project:
Namecards
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 05:23 UTC
Updated:
2 Mar 2012 at 02:22 UTC
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
Comment #1
begun commentedUpdated regular expression used in event field validation to use non-English characters.
Comment #2
begun commentedThere 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.