Xcode File Generation Not Honoring Non-English Characters During File Generation
Xcode File Generation Not Honoring Non-English Characters During File Generation
- Subject: Xcode File Generation Not Honoring Non-English Characters During File Generation
- From: email@hidden
- Date: Tue, 10 Jan 2006 22:27:02 -0800
Hi, I'm having a problem with creating a new project whose name is
non-english or at least containing accented characters.
When I generate say an Xcode Coredata Application, Xcode generates
several files such as the Data Model and the App Delegates etc.
In All of these files, the project name is substituted in the
beginning of the file name, in this case, the non-english characters
are substituted with underscores....
So for example, my "ÁccentedProject" generates:
_ccentedProject.xcdatamodel
_ccentedProjectPrefix.pch
Very disconcerting!
My Environment Variables are set to UTF-8, not that I should have to
since Xcode worked fine before....
Here is my Environment.plist dump:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LC_CTYPE</key>
<string>de_DE.UTF-8</string>
</dict>
</plist>
I have to put off a project until later I
guess..........................
Thanks.
Andre _______________________________________________
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