php-i18n Digest 15 Jan 2004 21:24:44 -0000 Issue 210 Topics (messages 651 through 652):
Differiate language of a string? 651 by: Tan Ai Leen utf-8 and lower to upper 652 by: Agri Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message --- Hi,
How do I figure out the language of the string? Can this is done with mb_detect_encoding()? Did anyone try that out? I am going to try it tonight. Has anyone any issues when using this function? I also need to use the mb_convert_encoding() function. Is the detection(chinese, thai) and convertion(from utf-8 to ucs-2) correct?
Thanks, Ai Leen
--- End Message ---
--- Begin Message ---i use utf8 for internal encoding of strings i want to use ucfirst for cyrillic chars... but it doesn't work i tried to setlocale (LC_ALL, ru_RU.utf8) -- nothing was changed is it a bug? how to make ucfirst works in this case? Agri
--- End Message ---