79263291

Date: 2024-12-08 20:36:14
Score: 2
Natty:
Report link

The issue is related to character encoding . Please ensure you are using UTF-8 when i had this encoding i can see the correct output .

enter image description here

Steps to check the character encoding you are using is UTF-8 or not :

  1. Right click your file and go to properties :

enter image description here

  1. And check encoding at the bottom , ensure it is UTF-8 .

enter image description here

  1. If it is not UTF-8 please select it as UTF-8.

Note: Iam using Apache Netbeans IDE 23

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Arf_code