How to change LXTerminal's character encoding?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
The default character encoding on LXTerminal (on Lubuntu 18.04) is UTF-8.
Can I change it to UTF-16 Little Endian?
linux lubuntu lxterminal
 |Â
show 1 more comment
up vote
0
down vote
favorite
The default character encoding on LXTerminal (on Lubuntu 18.04) is UTF-8.
Can I change it to UTF-16 Little Endian?
linux lubuntu lxterminal
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
First runlocale -a
and see if that's even an option.
â Ignacio Vazquez-Abrams
May 27 at 22:18
@Ignacio Vazquez-Abrams No UTF-16 is not an option onLXTerminal
. But onKonsole
, UTF-16 is also not an option in the result oflocale -a
, but I can still set UTF-16 as the character encoding in theKonsole
settings.
â user292805
May 28 at 16:09
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The default character encoding on LXTerminal (on Lubuntu 18.04) is UTF-8.
Can I change it to UTF-16 Little Endian?
linux lubuntu lxterminal
The default character encoding on LXTerminal (on Lubuntu 18.04) is UTF-8.
Can I change it to UTF-16 Little Endian?
linux lubuntu lxterminal
asked May 27 at 21:18
user292805
61
61
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
First runlocale -a
and see if that's even an option.
â Ignacio Vazquez-Abrams
May 27 at 22:18
@Ignacio Vazquez-Abrams No UTF-16 is not an option onLXTerminal
. But onKonsole
, UTF-16 is also not an option in the result oflocale -a
, but I can still set UTF-16 as the character encoding in theKonsole
settings.
â user292805
May 28 at 16:09
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14
 |Â
show 1 more comment
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
First runlocale -a
and see if that's even an option.
â Ignacio Vazquez-Abrams
May 27 at 22:18
@Ignacio Vazquez-Abrams No UTF-16 is not an option onLXTerminal
. But onKonsole
, UTF-16 is also not an option in the result oflocale -a
, but I can still set UTF-16 as the character encoding in theKonsole
settings.
â user292805
May 28 at 16:09
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
First run
locale -a
and see if that's even an option.â Ignacio Vazquez-Abrams
May 27 at 22:18
First run
locale -a
and see if that's even an option.â Ignacio Vazquez-Abrams
May 27 at 22:18
@Ignacio Vazquez-Abrams No UTF-16 is not an option on
LXTerminal
. But on Konsole
, UTF-16 is also not an option in the result of locale -a
, but I can still set UTF-16 as the character encoding in the Konsole
settings.â user292805
May 28 at 16:09
@Ignacio Vazquez-Abrams No UTF-16 is not an option on
LXTerminal
. But on Konsole
, UTF-16 is also not an option in the result of locale -a
, but I can still set UTF-16 as the character encoding in the Konsole
settings.â user292805
May 28 at 16:09
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446355%2fhow-to-change-lxterminals-character-encoding%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why do you need this?
â Ignacio Vazquez-Abrams
May 27 at 21:25
@Ignacio Vazquez-Abrams I don't need it to fix a problem, I'm just learning about character encodings, and how to make the Terminal change its character encoding, etc.
â user292805
May 27 at 21:32
First run
locale -a
and see if that's even an option.â Ignacio Vazquez-Abrams
May 27 at 22:18
@Ignacio Vazquez-Abrams No UTF-16 is not an option on
LXTerminal
. But onKonsole
, UTF-16 is also not an option in the result oflocale -a
, but I can still set UTF-16 as the character encoding in theKonsole
settings.â user292805
May 28 at 16:09
Yes, because Konsole lets you explicitly set the encoding.
â Ignacio Vazquez-Abrams
May 28 at 16:14