• 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: Text turns Chinese
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text turns Chinese


  • Subject: Re: Text turns Chinese
  • From: Jean-Daniel Dupas <email@hidden>
  • Date: Thu, 18 Jun 2009 13:03:09 +0200

It usually append when you tell Xcode to read the file as UTF-16, but the file is actually UTF-8.

Open the file info in Xcode to check which encoding is selected.
Try to change it and make sure to click "Reinterpret" and NOT convert when Xcode asks you what to do (make a backup copy of the file before).



Le 18 juin 09 à 12:02, Jack Nutting a écrit :

On Thu, Jun 18, 2009 at 10:07 AM, Leo Revzin (Zevrix
Solutions)<email@hidden> wrote:
Hi,

I wonder if it's a known problem and if there's a solution:

Suddenly, the entire text of an implementation file turned Chinese.

Sounds to me like it's a file stored as UTF16, and the BOM at the beginning got messed up or removed somehow (maybe a bug in Xcode?), which has the effect of swapping the high-order and low-order byte for each character, which can in turn make normal characters render as Chinese or other incorrect characters as well.

--
// jack
// http://www.nuthole.com
_______________________________________________
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


_______________________________________________ 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
References: 
 >Text turns Chinese (From: "Leo Revzin (Zevrix Solutions)" <email@hidden>)
 >Re: Text turns Chinese (From: Jack Nutting <email@hidden>)

  • Prev by Date: Re: Text turns Chinese
  • Next by Date: Re: Sync active target and active executable
  • Previous by thread: Re: Text turns Chinese
  • Next by thread: Re: Text turns Chinese
  • Index(es):
    • Date
    • Thread