Bitcoin Forum
May 09, 2024, 12:20:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: .  (Read 846 times)
pandalion98
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile WWW
October 04, 2016, 10:00:30 AM
 #21

On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.
1715214029
Hero Member
*
Offline Offline

Posts: 1715214029

View Profile Personal Message (Offline)

Ignore
1715214029
Reply with quote  #2

1715214029
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715214029
Hero Member
*
Offline Offline

Posts: 1715214029

View Profile Personal Message (Offline)

Ignore
1715214029
Reply with quote  #2

1715214029
Report to moderator
1715214029
Hero Member
*
Offline Offline

Posts: 1715214029

View Profile Personal Message (Offline)

Ignore
1715214029
Reply with quote  #2

1715214029
Report to moderator
1715214029
Hero Member
*
Offline Offline

Posts: 1715214029

View Profile Personal Message (Offline)

Ignore
1715214029
Reply with quote  #2

1715214029
Report to moderator
t2yax
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


Arianee:Smart-link Connecting Owners,Assets,Brands


View Profile
October 04, 2016, 10:13:59 AM
 #22

On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.

may you copy the content of your /etc/vconsole.conf and output of this code
Code:
setxkbmap -print -verbose 10
to here ?

arianee
• • • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Smart-link Connecting Owners, Assets And Brands
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • • •
Discord
Telegram ⊐●⊏ Reddit
Twitter ⊐●⊏ Instagram
Medium ⊐●⊏ Linkedin
MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 04, 2016, 10:59:21 AM
 #23

On what platform are you running Linux? (PC, RasPi, etc.)

My LXterminal works okay with Unicode. I can even echo ☠.

may you copy the content of your /etc/vconsole.conf and output of this code
Code:
setxkbmap -print -verbose 10
to here ?

can not locate /etc/vconsole


setxkbmap -print -verbose 10 prints:

setting verbose level to 10

XKB extension not present on :1.0

Code: Hello
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
October 04, 2016, 04:08:50 PM
 #24

Open console and set xkb map to correct model & layout.

setxkbmap -model pc105 -layout no

Replace model and layout language code to whatever is the correct one for you. I just ran setxkbmap -print on the PC  to get an idea about these values. You can either run the console through a RDP session or perhaps even login through ssh with X display redirection, like this ssh -X <server>.

Generate XRDP keymap file:

xrdp-genkeymap km-0414.ini
sudo mv km-0414.ini /etc/xrdp
sudo chown root:root /etc/xrdp/km-0414.ini

Replace the country code 0414 with the correct code for your country.

Restart the xrdp service

sudo service xrdp restart

try country code 0409 (en-us)

List of other countries :

https://sourceforge.net/p/rdesktop/code/1704/tree/rdesktop/trunk/doc/keymap-names.txt


MovieBTC (OP)
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
October 05, 2016, 12:45:07 PM
 #25

tried everything. still stuck. bounty is still up!

Code: Hello
MagicIsMe
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


Negative trust resolution: index.php?topic=1439270


View Profile
October 05, 2016, 01:05:51 PM
 #26

You can try:
Code:
sudo update-locale LANG=en_US.UTF-8 LANGUAGE=en.UTF-8

then reboot:
Code:
sudo reboot

What Linux distribution are you using? If ever you use GNOME, you can go to Terminal>Set Character Encoding to Unicode(Utf-8). Hope that solves your problem.

Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!