Re: Subversion + Xcode + é == Headache (Followup)
Re: Subversion + Xcode + é == Headache (Followup)
- Subject: Re: Subversion + Xcode + é == Headache (Followup)
- From: Chris Espinosa <email@hidden>
- Date: Sat, 15 Oct 2005 08:39:33 -0700
On Oct 15, 2005, at 12:45 AM, Alexey Proskuryakov wrote:
Actually, ́ are only an accent from "é", so the URL is in fact
incorrect... It should have been André (precomposed) or
André (decomposed).
You are correct and that's probably the source of the error.
Generally, URLs are expected to be in precomposed form, but Apple
often violates this convention (which causes various problems). OTOH,
a Unicode-savvy server should accept either.
THe HFS standard for file names is canonical decomposed UTF-16, and we
rely on CFURL's standard routines to convert to and from that format.
Since this is a file:/// url, it shouldn't matter how savvy svn is; we
should be passing a correctly encoded HFS-ready URL.
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPInternational/Articles/FileEncodings.html
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden