You need to sign in to do that
Don't have an account?

Weird characters when deploying to production
We are working on a simple Apex class that does some aggregation based on some picklist values. Functionally and technical all looks and works ok in the Sandbox. We also have created the test method and have appropriate code coverage. But, when we deploy to production, we see weird characters in the code which weren't there in sandbox. Instead of a "-", we are seeing "?". Any ideas why?
Thanks in advance,
NG
Thanks in advance,
NG

can you give an example of original vs. changed?

You might want to verify that you have Eclipse set up to use UTF-8 encoding. Go to Window->Preferences->General->Workspace and change text file encoding to UTF-8.