Japanese Character Encoding Bug
Bug #1514288 reported by
dupingping
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-terminal (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
After I set the character encoding as to Japanese(
and then input "Enter",
The bash prompt is shown doubled.
In another encodings, This bug is not occurred.
I tested it on precise and trusty.
It related to PS1 variable of bashrc.
You can find following lines at /etc/skel/.bashrc or $HOME/.bashrc
if [ "$color_prompt" = yes ]; then
PS1=
else
PS1=
fi
In above lines, The second line is incompatible for Japanese Encoding mode.
Changed in gnome-terminal (Ubuntu): | |
status: | Confirmed → New |
To post a comment you must log in.
I saw this bug.