I am using Ubuntu 14.04 and I installed Notepad++ using wine it successfully installed. Now I want to type Telugu text using Telugu (KaGaPa phonetic). I changed Encoding in UTF-8 but it's not showing Telugu text - it's showing boxes. What to do to display Telugu text?
-
How were you typing in KaGaPa phonetic. Is it in Ubuntu or Windows? – Anwar Oct 26 '16 at 05:58
-
It is in Ubuntu – Rindhu Kondaparthy Oct 26 '16 at 05:59
-
How can I add Telegu phonetic in Ubuntu? – Anwar Oct 26 '16 at 06:08
-
Have you ever written Telegu text in Notepad++ in Windows? – Anwar Oct 26 '16 at 06:19
3 Answers
I was able to view Telugu on NPP in WINE.
You first need to configure the font used to display the text. You can change the font by
- Going to Menu -> Settings -> Style Configurator
- Change the font there.
I change the font for Global Style and enforced this global style for all source types by using Enable Global Font option. Use an unicode font with Telugu support. You can use Noto Sans Telugu, but in my system that made the English text unreadable. So, I used Giduga font, which can display both English and Telugu scripts. You can download the fonts from this site http://fonts.siliconandhra.org/ (It's the first link)
Check this question for help installing font - How do I install fonts?
Once you changed the font, you can write Telugu in Notepad++.
Here is a screen-shot of Telugu in NPP. (Forgive me if that magically appears to be a bad word. I typed that one totally random)
-
-
@RindhuKondaparthy Check this link for help installing font http://askubuntu.com/questions/3697/how-do-i-install-fonts – Anwar Nov 01 '16 at 05:42
Open System Settings.
Click the third option called Language Support.
It will open a new window. Go to the Install/Remove Languages... option.
Select the language which you want to install and click the Apply button.
Go to System Settings again and select Text Entry.
In the Text Entry window you can find +/- symbol to add. Select Telugu font and click Add.
Restart the system to start using the new font.

- 114,770

- 270
- 1
- 8
-
I selected Telugu language but it is not working in Notepad++. Other than Notepad++ all languages are working in Ubuntu. In Notepad ++ only English language working and if we press Enter button it is showing as CR LF – Rindhu Kondaparthy Oct 26 '16 at 07:34
-
press shift + windows(super) +space-bar key to change language mode. – Naresh S Nash Oct 26 '16 at 07:42
-
click on right most top , you find En symbol to change language mode . select Telugu . – Naresh S Nash Oct 26 '16 at 07:46
Install Telugu font easily by issuing this command in terminal. Use anyone of the below commands
$ sudo apt-get install language-pack-te language-pack-te-base
or
$ sudo apt-get install ttf-telugu-fonts
or
$ sudo apt-get install ttf-telugu-fonts ttf-indic-fonts language-pack-te

- 22,691

- 270
- 1
- 8
-
You can edit your answer to add this to the existing answer. Because this is not solely. – Anwar Oct 26 '16 at 07:58
-
The package
ttf-telugu-fonts
is not present in the Ubuntu archive for 16.04+. The new package name isfonts-telu
. – Gunnar Hjalmarsson Oct 26 '16 at 10:15