The name field currently accepts non-UTF-8 characters, which may not be intended behavior. Allowing non-UTF-8 characters could lead to unexpected display issues or compatibility problems when viewing or exporting contact information in other applications.
Steps to Reproduce:
Open the application and navigate to the add or edit function for a contact.
Enter a name containing non-UTF-8 characters (e.g., using special or unsupported symbols).
Save the contact and observe the result in the UI.
Expected Result:
The name field should ideally only accept UTF-8 characters to ensure compatibility and prevent display issues. If non-UTF-8 characters are not allowed, a validation error should indicate this to the user.
The name field currently accepts non-UTF-8 characters, which may not be intended behavior. Allowing non-UTF-8 characters could lead to unexpected display issues or compatibility problems when viewing or exporting contact information in other applications.
Steps to Reproduce:
Open the application and navigate to the add or edit function for a contact.
Enter a name containing non-UTF-8 characters (e.g., using special or unsupported symbols).
Save the contact and observe the result in the UI.
Expected Result: The name field should ideally only accept UTF-8 characters to ensure compatibility and prevent display issues. If non-UTF-8 characters are not allowed, a validation error should indicate this to the user.
Labels:
severity.Low
type.FeatureFlaw
original: mattisongjj/ped#18