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
Yogesh BiyaniYogesh Biyani 

unicode handling in Names

In a trigger we are creating accounts and/or contact when the records are created. These input value may have Unicode characters. What is the best way to handle such data? I am currently using String class to store/pass data around. For example currently  "jörg" is transformed to 
"jã¶rg", how do I avoid this behavior.
GauravGargGauravGarg
Hi Yogesh,

Use "unicode encode base 64" to rectify this issue. 

Thanks,
Gaurav
skype: gaurav62990