• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Fwd: Problems with NSFileHandle and à/ò/ì ... chars
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Problems with NSFileHandle and à/ò/ì ... chars


  • Subject: Re: Fwd: Problems with NSFileHandle and à/ò/ì ... chars
  • From: "M. Uli Kusterer" <email@hidden>
  • Date: Sat, 2 Oct 2004 13:29:55 +0200

At 10:48 Uhr +0200 02.10.2004, Daniele Malcom wrote:
Where is the problem? ISOLatin1 can support this chars òòòààà!!
ASCIIEncoding supports it, but why NSFileHandle can't write them!?

ASCII doesn't support accented characters at all. It only supports characters from 0 - 127. I'm not sure whether ISO Latin supports all of these characters. It should definitely support everything you can come across in French and other of the more common European languages, though.

IMHO, you should just break down, use Unicode, and not use a fixed size for your entries. No matter what encoding you use, your program will not be able to display many characters that the user could enter.

Why do you need to store your data as fixed-length blocks anyway? What high-level goal are you trying to achieve?
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
References: 
 >Fwd: Problems with NSFileHandle and à/ò/ì... chars (From: Daniele Malcom <email@hidden>)

  • Prev by Date: RE: Re: Image export/import question
  • Next by Date: Re: [NEWBIE]: Dynamically loading NSViews
  • Previous by thread: Fwd: Problems with NSFileHandle and à/ò/ì... chars
  • Next by thread: Fwd: Problems with NSFileHandle and à/ò/ì... chars
  • Index(es):
    • Date
    • Thread