function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AltiumForceAltiumForce 

Eclipse Apex Unicode Save/Deploy problem

One of my Apex class contains some Unicode characters, it works fine in Eclipse editor.
But when I save/Deploy to Salesforce, all Unicode charaters turned into junks.
I copy & paste these corrupted charaters to a text editor, change encoding toto UTF-8, then they display correctly again.
 
As you know, you can't make changes directly to Apex code on production Salesforce. 
 
Does anyone have a solution for this?
 
Thanks in advance
ciccic
Ant works better than Eclipse for deploys.  A pain to download 60 odd MB of code just to do a deploy - but it works well when you've gone through the installation pain.
AltiumForceAltiumForce

I got an idea, haven't tried yet.

Save Unicode characters in HTML 7-bit ASCII code, like Ak

hopefully it will display correctly in HTML page.