accent on java and mcedit are missing

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
carlosAlberto
Ronin
Ronin
Posts: 1
Joined: 12 Jun 2017, 18:39
Distribution: *
Location: Mexico

accent on java and mcedit are missing

Post#1 by carlosAlberto » 12 Jun 2017, 19:18

When I open mcedit en try to put a word that contain a accent letter (for spanish), screen on mcedit show:

M-CM-! (for letter á)
M-CM-) (for letter é)
M-CM-- (for letter í)
M-CM-3 (for letter ó)
M-CM-: (for letter ú)

How can I change for correct accent letter??

I wrote in command line: setxbmap -query
and I get:
rules: evdev
model: pc104
layout: latam,
variant: sundeadkeys

I changed to: setxkbmap -model pc104 -layout tr -variant basic

but error continue.

Accent letters are written correctly on lxterminal and libreoffice, but when I compile a simple java code from openJDK, and execute java application that contain a JTextField, when a write a accent letter en textField the
error appear again.

I can not visualize accent letter (for spanish) at java application and MCEDIT editor.

How can I solve this?

Thanks a lot