Re: Displaying Extended ASCII character

2022-06-15 Thread Amn
Yes, you are right. Run -> Set Project configuration -> Source -> Encoding -> Windows 1250 That solved the problem on my Win8.1 machine. On 2022-06-15 7:38 a.m., Pieter van den Hombergh wrote: to get a reliable representaion of the characters in the source code and when executing the program,

Displaying Extended ASCII character

2022-06-14 Thread Amn
I am using NB13 under Windows 8.1. This code: System.out.println("ñ"); prints only a little square on the NB13 terminal, how can I get NB13 to print the right character? Thanks! -- This email has been checked for viruses by AVG. https://www.avg.com ---