Re: Few mbstring/i18n questions
Moriyoshi Koizumi <[email protected]>
| Newsgroups | gmane.comp.php.internationalization |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 2003/11/15, at 7:22, Ilia Alshanetsky wrote: > I am trying to find answers to the few questions I have regarding the > i18n & > mbstring and after exhausting the usual google/manual resources hoping > that > perhaps you folks could render some assistance. > > 1) When using mbstring is there a way to get a list of all supported > character > sets? (I am particularly interested in Simplified/Traditional Chinese > support). As of the current versions, there's no way to get a list of all the supported encodings, though I don't know why you want to know such. Since 4.3.4 all the usable encodings are enabled by default, so maybe you don't have to worry about it, if you are concerned about the certainty whether the encoding you'd like to use is available or not. > 2) Outside of mb_ereg() and doing mb_substr() (in a loop) is there a > quick way > to break a multibyte string into an array of multibyte characters? What do you want to do exactly with this idea? I've never been in a situation like that... Moriyoshi -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php