You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class UnicodeCharacter {
public void unicodeCharacterTest(){
String a = '––––';
/*
system.debug('Hi');
*/
}
}
It contains en-dash, which is represented by Unicode code point 8211. This code will fail to be formatted because apex-ast-serializer reads stdin as ASCII instead of UTF-8
The text was updated successfully, but these errors were encountered:
Considering this code:
It contains en-dash, which is represented by Unicode code point 8211. This code will fail to be formatted because
apex-ast-serializer
readsstdin
as ASCII instead of UTF-8The text was updated successfully, but these errors were encountered: