rivent Apprentice
Joined: 08 Oct 2005 Posts: 154
|
Posted: Sat Feb 18, 2006 1:12 pm Post subject: [RISOLTO][OT] in netbeans non vedo i caratteri speciali |
|
|
ciao a tutti!
in netbeans IDE (5.0) non riesco a visualizzare i caratteri accentati, nentre in tutti gli altri programmi si.
Al posto del carattere accentato vedo un quadratino.
A causa di questo non riesco a compilare i file con all'interno tali caratteri e non posso caricare file scritti su altre macchine o scritti in ambiente windows.
ho provato a cercare nel forum e in google ma non ho risolto...
qualche idea?
file di configurazione:
/etc/conf.d/keymaps
Code: |
# Use KEYMAP to specify the default console keymap. There is a complete tree
# of keymaps in /usr/share/keymaps to choose from.
KEYMAP="it"
# Should we first load the 'windowkeys' console keymap? Most x86 users will
# say "yes" here. Note that non-x86 users should leave it as "no".
SET_WINDOWKEYS="yes"
# The maps to load for extended keyboards. Most users will leave this as is.
EXTENDED_KEYMAPS=""
#EXTENDED_KEYMAPS="backspace keypad euro"
# Tell dumpkeys(1) to interpret character action codes to be
# from the specified character set.
# This only matters if you set UNICODE="yes" in /etc/rc.conf.
# For a list of valid sets, run `dumpkeys --help`
DUMPKEYS_CHARSET=""
|
/etc/conf.d/consolefont
Code: |
# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console. You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).
#CONSOLEFONT="default8x16"
CONSOLEFONT="lat9u-16"
# CONSOLETRANSLATION is the charset map file to use. Leave commented to use
# the default one. Have a look in /usr/share/consoletrans for a selection of
# map files you can use.
#CONSOLETRANSLATION="8859-1_to_uni"
|
inoltre uso Kde con abilitata la mappatura della tastiera italiana 105 tasti internazionale con :
Code: | setxkbmap -model itouch -layout us,it -variant ,nodeadkeys |
grazie!
Last edited by rivent on Sat Feb 18, 2006 1:49 pm; edited 1 time in total |
|