Pieter Bruegel created NETBEANS-4814:
----------------------------------------

             Summary: Emojis are not shown in the output window; this happens 
in the 12.1 version on netbeans running under Java 14 in Mac OS Catalina
                 Key: NETBEANS-4814
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4814
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Execution
    Affects Versions: 12.1
            Reporter: Pieter Bruegel
             Fix For: Next


This program:

----------------

public class AsignacionChar {

/**
 * @param args the command line arguments
 */
 public static void main(String[] args) {
 char c = '\u263A';
 out.printf("%c%n", c);
 out.printf("😀😆😅%n");
 out.println("😀😆😅\n");
 }

}

----------------

Does not show Emojis in output when running under Catalina (Mac OS) with 
Netbeans 12.1 and Java 14



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to