标签: php character-encoding
我尝试使用PHP的ctype_alpha函数匹配字符串(包括瑞典字符)。它不会识别瑞典特定的元音字符,例如:
Å Ä Ö
我不想将语言环境设置为瑞典语,那么我该怎么做呢?