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 

Anyone deployed Apex code with Unicode characters successfully in Eclipse?

Has anyone deployed Apex code with Unicode characters successfully in Eclipse?

It seems it's the area no one has touched?

pmorellipmorelli
There are a few bugs in this area we're fixing. If you have any specific issues, please post them here.

thanks...

--pete
AltiumForceAltiumForce

Basiclly what happens is when I save the Apex code to salesforce server or refresh code from server to local folder, the unicode charactors will turn into junks. Saving locally is fine as I set text file encoding to UTF-8.

I wrote a simple C# program to deploy my Apex code with unicode chars, it works for now.

Thanks very much for your attention.