[PHP-I18N] utf-8 characters delivered as question marks involuntary

2008-09-12 Thread Nash Nipples
Dear listmates, Please, let me start with an illustration to cut it short:     input => output A: 3313 => 3313;  B: 3313 => 3?13;  - 3 -> a variable-length character; 1 -> a one byte ascii character; ? -> a one byte ascii question mark (literaly) That means when i output

Re: [PHP-I18N] utf-8 characters delivered as question marks involuntary

2008-09-12 Thread Darren Cook
> input => output > A: 3313 => 3313; > B: 3313 => 3?13; > - > 3 -> a variable-length character; > 1 -> a one byte ascii character; > ? -> a one byte ascii question mark (literaly) > ... > Sometimes (probability 1/(2-20)) i get a question mark instead of a > particula

Re: [PHP-I18N] utf-8 characters delivered as question marks involuntary

2008-09-12 Thread Nash Nipples
> > Do you think i should try > > to read from a > > better sector? > > Unless you think the hardware is particularly old and > suspect (e.g. > unstable on all applications) I think the chance of it > being a software > bug or configuration issue is 99%. > > Darren > What i'm doing now is readi

Re: [PHP-I18N] utf-8 characters delivered as question marks involuntary

2008-09-12 Thread Nash Nipples
> > > Do you think i should try > > > to read from a > > > better sector? > > > > Unless you think the hardware is particularly old and > > suspect (e.g. > > unstable on all applications) I think the chance of it > > being a software > > bug or configuration issue is 99%. > > > > Darren > > > >