Logical1 Posted June 7, 2009 Share Posted June 7, 2009 How can you verify if the user's input into your form's text box is ASCII character or UTF-8? Apparently PHP string functions do not support UTF-8 so that could lead to many problems. tx in advance Link to comment https://forums.phpfreaks.com/topic/161237-input/ Share on other sites More sharing options...
Ken2k7 Posted June 7, 2009 Share Posted June 7, 2009 Does mb_detect_encoding work for this? Link to comment https://forums.phpfreaks.com/topic/161237-input/#findComment-850839 Share on other sites More sharing options...
Logical1 Posted June 8, 2009 Author Share Posted June 8, 2009 tx it did work Link to comment https://forums.phpfreaks.com/topic/161237-input/#findComment-851367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.