Re: Non-standard Cocoa RTF Unicode encoding?
Re: Non-standard Cocoa RTF Unicode encoding?
- Subject: Re: Non-standard Cocoa RTF Unicode encoding?
- From: Andreas Monitzer <email@hidden>
- Date: Mon, 8 Jul 2002 18:56:11 +0200
On Monday, July 8, 2002, at 06:05 , Koen van der Drift wrote:
At 04:22 PM 7/8/2002 +0200, Andreas Monitzer wrote:
Looks like quoted printable. You could use EDInternet to decode it:
http://www.mulle-kybernetik.com/software/ALX3000/download.html
I don't think that it is decoded. the '=20' just appears at the end of
some lines. I think it is a Windows/DOS-specific code for either a
return or space, but I couldn't find any info on that. I noticed there
are several encodings available in Cocoa (see eg the here:
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/Foundation/ObjC_classic/
Classes/NSString.html, but I have no idea which to use.
Yep, =20 means "ASCII character 0x20" in quoted printable, which happens
to be a space (decimal 32).
Try to understand what I said before telling me that I'm wrong.
andy
--
DigiTunnel 1.0 released, offering full PPTP-support for Mac OS X!
http://www.gracion.com/vpn/
_______________________________________________
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.