nano 4.3 won't accept special characters, while nano 2.0.6 will - utf

I can copy and paste UTF-8 etc. characters fine from a browser to a Mac terminal. I can also do this in nano version 2.0.6. See how it accepts the apostrophe from Chrome:
The problem is that in nano 4.3, the paste fails because the apostrophe turns into gobbledegook: `^y
Ditto for other special characters such as double quotes etc., or other webpages or even other browsers such as Safari.
I have a Macbook Pro running MacOS Monterey 12.1 (latest). Any ideas what the issue with nano 4.3 is? Thanks!

Happy to say that I resolved this, thanks to the kind folks at help-nano#gnu.org. I upgraded to nano 6.0 and the issue disappeared.

Related

configured terminal encoding in goland

OS Windows. After updating goland to version 2020.2 in the terminal (run, debug), Russian characters are displayed like this
where the encoding is configured?
This is a known issue. We are tracking it here: https://youtrack.jetbrains.com/issue/GO-9754

Atom doesnt work on Ubuntu on Wayland

I’m using Ubuntu on Wayland because of other apps, which doesn’t work on ubuntu, But when i start atom (even form menu or from terminal) the system suspends, and i have to log in again. In normal Ubuntu it works perfectly. Do you know the solution? I tried to reinstall atom, and instaled libgconf-2-4 as was suggested, but did not work.
Thank you

Libreoffice display incorrect integral sign of doc file

I have a .doc file include math equation and open by Libreoffice 5.0 in Ubuntu 16.04 but some equation (integral sign) display incorrect:
Incorrect display integral sign:
Incorrect display other equation
I also open by Libreoffice 5.0 in Windows 10, it worked correctly.
I also copy all font from Windows 10 to /usr/share/fonts/FontsWindows in Linux
Could you please help me to find any solution for that.
Thank you so much for your support.
Do your new fonts show up on the system?
Eg
fc-list
If not
sudo fc-cache -fv
OR
sudo fc-cache -fv <new font dir>
Also check your
~/.fonts.conf
All the best

Need help with gdbtui - gnu debugger on linux

I ssh into a remote linux sever from my Mac, and run gdbtui to debug a program. The source code displays, but the cursor line in the source code window frequently is not highlighted. I can enter commands such as 'next' and 'list' in the command line window, but the source code window doesn't redraw correctly. It sometimes shows lines in the source file out of order (the line numbers are displayed out of order.)
I have my TERM environment variable set to xterm-16color which vim is very happy to use. I'm at a loss as to what I should try.
gdb in ordinary command-line mode works fine.
Ideas?
What gdb version are you using? Try the latest one. At least gdb 6.5 had similar problems with tui mode.
I have the exact same configuration as you: I ssh into an Ubuntu server (currently 11.10) from a Mac and I'm currently experimenting with gdbtui.
I recommend that you use iterm2 as your Apple Terminal replacement. Besides 256 colors and a ton of other features, it seems to play decently with gdbtui (line highlighting is fine).

How to create installer for solaris

I have already createdrpm file for my application. It works fine for Fedora linux. also the same worked fine for linux mint. But Solaris does not support rpm. So how to create installer package for solaris OS. I have solaris 10 linux as OS.
Thanks
Sunil Kumar Sahoo
The Solaris OS packaging format (pkgadd) is described in this Sun Solaris document.
There is also an open source project called OpenPKG that can be used on most Unix/Linux variants. I have not used it myself though.
Here is an interesting post about converting RPMs to Solaris Pkg.
Solaris packaging is the way to go. It's a little odd when you first look at it, but it's actually not too difficult once you get your head around it.

Resources