Re: [PHP-DEV] unsigned chars

2010-04-06 Thread Apis SARL
To avoid this matter try utf8_encode and utf8_decode. Encode before storing your datas in the file then decode when you read. Le 05/04/2010 11:31, Alexey Zakhlestin a écrit : > Use "reply all" when writing to mailing-list. > > > On 05.04.2010, at 13:18, donald sullivan wrote: > >> what i am

Re: [PHP-DEV] unsigned chars

2010-04-05 Thread Alexey Zakhlestin
Use "reply all" when writing to mailing-list. On 05.04.2010, at 13:18, donald sullivan wrote: > what i am trying to do is RSA encryption > > I have a working setup doing encryption and decryption at the same time. i > want to store the encrypted value and be able to decrypted it later > > if

Re: [PHP-DEV] unsigned chars

2010-04-05 Thread Alexey Zakhlestin
On 05.04.2010, at 13:01, donald sullivan wrote: > is it possible to return unsigned chars from an extension? > I have looked and cant find anything on it, or maybe i am looking for the > wrong keywords. Return to PHP-code? No. PHP doesn't have explicitly signed or unsigned chars. PHP has "stri

[PHP-DEV] unsigned chars

2010-04-05 Thread donald sullivan
Hello, is it possible to return unsigned chars from an extension? I have looked and cant find anything on it, or maybe i am looking for the wrong keywords. Thanks ps i sent this to the general list on accident. i am not trying to flood the list. -- PHP Internals - PHP Runtime Development Maili