You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After adding an UTF-8 character to the config file (e.g. in a custom command) terminator is not able to save the config file anymore and instead empties it.
load the attached terminator.txt-file, e.g. terminator -g terminator.txt.
Right click -> Preferences
change anything (e.g. save the layout)
take a look at the terminator.txt-file. It is empty now.
Expected behavior
The terminator.txt file should not be empty, instead the configuration should be saved correctly
Screenshots
(not applicable)
Desktop (please complete the following information):
Distros: Ubuntu
Versions: 20.04
Display Technology: X11
Terminator Version: 1.91
Additional context
I am getting this error message:
ConfigBase::save: Unable to save config: 'ascii' codec can't encode character '\u2757' in position 165: ordinal not in range(128)
(I have not tried any other UTF-8 characters beside the heavy exclamation mark)
The text was updated successfully, but these errors were encountered:
Hi! I can confirm that in version 1.91 the problem occurs in Ubuntu 20.04 (haven't tested anywhere else).
But in the latest version (git repository) it seems to be fixed (tested Ubuntu 20.04 and Debian).
Unfortunately, some distros ship old versions (1.91 is 5 years old).
If the error causes you troubles, I suggest you clone the repository and use the newest version instead.
Describe the bug
After adding an UTF-8 character to the config file (e.g. in a custom command) terminator is not able to save the config file anymore and instead empties it.
terminator.txt
To Reproduce
terminator -g terminator.txt
.Expected behavior
The terminator.txt file should not be empty, instead the configuration should be saved correctly
Screenshots
(not applicable)
Desktop (please complete the following information):
Additional context
I am getting this error message:
ConfigBase::save: Unable to save config: 'ascii' codec can't encode character '\u2757' in position 165: ordinal not in range(128)
(I have not tried any other UTF-8 characters beside the heavy exclamation mark)
The text was updated successfully, but these errors were encountered: