DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2011-06-09 11:47:12

timezlicer
Member
Registered: 2008-09-02
Posts: 51
Website

UTF-8 display / input

Putty
  Window -> Translation -> Received data assumed to be in which character set
    choose UTF-8

  Window -> Appearance -> Font used in the terminal window
    default Courier New is good enough for Chinese and Japanese
    if you additionally need Korean change to BatangChe

/etc/profile

Code:

alias ls='ls --show-control-chars'
alias screen='screen -U'

/etc/inputrc

Code:

set meta-flag on
set input-meta on
set output-meta on
set convert-meta off

Last edited by timezlicer (2011-06-09 11:53:24)

Offline

 

#2 2011-06-18 00:52:41

jotenakis
Member
Registered: 2010-05-02
Posts: 25

Re: UTF-8 display / input

do we have to create /ffp/etc/profile & /ffp/etc/inputrc or /etc/inputrc & /etc/profile ?

Offline

 

#3 2011-06-18 04:31:48

timezlicer
Member
Registered: 2008-09-02
Posts: 51
Website

Re: UTF-8 display / input

i am using optware and not fffp, so it might be different

no harm creating in /ffp then soft link in /etc

/etc is anyway volatile

Offline

 

#4 2011-06-18 19:17:26

jotenakis
Member
Registered: 2010-05-02
Posts: 25

Re: UTF-8 display / input

great it works !
I created  /ffp/etc/profile &  /ffp/etc/inputrc 

Then I added
ln -s /ffp/etc/profile /etc/profile
ln -s /ffp/etc/inputrc /etc/inputrc
in /ffp/etc/fun_plug.local to make the change permanent.

Thanks

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB