Re: [PHP] PHP, mbstring, UTF-8 and indexing strings

2007-06-24 Thread delsvr
This works great. Thanks. Jochem Maas wrote: > > delsvr wrote: >> Just a simple question (with a simple answer, hopefully): how can I >> access >> character x of a utf-8 encoded string? i.e. how would I get this to work: >> >> for($x=0; $x < strlen

[PHP] PHP, mbstring, UTF-8 and indexing strings

2007-06-24 Thread delsvr
, and this is necessary for my purposes because I need to do work on each character. Also, by "character" I mean, for example: "我". Thanks, delsvr -- View this message in context: http://www.nabble.com/PHP%2C-mbstring%2C-UTF-8-and-indexing-strings-tf3972397.html#a11275585 Sent fr