Re: unichar question
Re: unichar question
- Subject: Re: unichar question
- From: Ondra Cada <email@hidden>
- Date: Tue, 2 Apr 2002 14:16:28 +0200
On Tuesday, April 2, 2002, at 12:01 , Nick M|ller wrote:
NSString has a lossy conversion to C-strings. But a lossy conversion
isn't what I would expect from a cypher. :-)
If you need to receive printable chars, you could convert the unichar
to a base64 representation and cypher this. If not, simply cypher each
unichar as two chars by casting away the unichar.
If this is the goal, what about non-lossy ASCII?
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.