Questions tagged [tamil]

This tag can be used in questions that relate to encoding standards, fonts, and the readability of the Tamil language.

This tag can be used in questions that relate to encoding standards, fonts, and the readability of the Tamil language.

Tamil also spelt Thamizh is a Dravidian language spoken predominantly by Tamil people of Tamil Nadu and Sri Lanka.

It has official status in the Indian states of Tamil Nadu, Puducherry and Andaman and Nicobar Islands.

Tamil is also an official and national language of Sri Lanka and one of the official languages of Singapore

Read more about Tamil language wiki.

126 questions
0
votes
1 answer

NOTO FONTS are not showing in the APP, although they are installed correctly and no error is shown while running the app

I have installed many fonts..and all are working fine, but not the NOTO-Fonts. I've created an easy code, to show you the problem. Licorice-Regular and GeoAcadNusxNormal are shown very nicely on iOS and android. But NOTO-Fonts are only showing as…
Cris
  • 1
  • 2
0
votes
1 answer

Tamil fonts do not appear in the TCPDF php library

I am trying to create a pdf in the Tamil language, but I am experiencing font rendering issues. When I use the Baamini font, it works, but there is no English font in Baamini, so I tried other fonts such as latha.ttf, notosans.ttf, azaghi.ttf, and…
Annamalai
  • 109
  • 2
  • 12
0
votes
1 answer

how to take particular character from tamil font in android

I am using Tamil font (Bamini) in my application. I can able to use Tamil font in my application like TextView text=(TextView)findViewById(R.id.text); // initialize to your textview Typeface tf =…
deepa
  • 2,496
  • 1
  • 26
  • 43
0
votes
3 answers

Changing language in tika

Is it possible to change the langauge (default detection) for tika? I am trying to use a pdf file in tamil. (language code 'ta'). But tika is detecting it as 'th' (thai). Though most characters are recognized well, it not defecting few chars. see…
Prem Anand
  • 49
  • 6
0
votes
0 answers

can python regex module match patterns over non utf encodings?

I want to use this encoding for Tamil language text because it is more consistent with the languages nature, and Unicode encoding severely damages(read more here) the intrinsic features of the fusion of alphabets. I want to use regex over this…
vanangamudi
  • 673
  • 1
  • 8
  • 21
0
votes
1 answer

How to render Tamil fonts in PDF using @progress/kendo-react-pdf package in the react app?

I'm creating an app where I have to generate a PDF of a React Component say ABC. The component ABC has both English and Tamil text in it. When I try to generate the component using the @progess/kendo-react-pdf package, the Tamil font isn't rendered…
0
votes
0 answers

How to print 'ந ே' as 'நே' in matplotlib plot function? Rendering Problem

Unable to print tamil words correctly in matplotlib plot function. Here is my code: xx=['என்று', 'தான்', 'ஒரு', 'இந்த'] yy=[1,3,2,5] import matplotlib.pyplot as plt plt.rc('font', family='Vijaya') plt.plot(xx,yy,…
RaRaa
  • 31
  • 4
0
votes
1 answer

How to display values in tamil font in FPDF

How to display values in tamil font in FPDF? I have use this way, but not displayed. $this->AddFont('TSCu_SaiIndira','','TSCu_SaiIndira.php'); $fontName =…
Gowtham B
  • 3
  • 1
  • 8
0
votes
1 answer

font is applied only for English letters?

Hi I am trying to use Tamil font , Which is supporting only for English letters but not for the Tamil letters The dark letters are English Letters and the list is tamil letters but font not applied app.scss @font-face { font-family:…
Gopinath Kaliappan
  • 6,929
  • 8
  • 37
  • 60
0
votes
1 answer

Mysql Collation issue for multi language concept

For multi language, i have tried mysql collation with "utf8_unicode_ci" and also "utf8mb4_unicode_ci", but i getting issues. 1) when i update the text by coding. the output in phpmyadmin showing "எமà¯à®à®ªà®¿" junk character, but the output in…
Rahul
  • 35
  • 1
0
votes
1 answer

Unable to display Tamil font in TFPDF

I am trying to display Tamil content in PDF format using TFPDF. I have downloaded TSCu_SaiIndira.ttf, a Tamil font and stored it in the path C:\wamp\www\tfpdf\font\unifont. The Tamil word stored in Notepad is 'பெயர்கள்'. When I run the code below,…
manikandan
  • 139
  • 1
  • 2
  • 15
0
votes
1 answer

Mapping unicode characters to language in R

I'm extracting data from a .pdf file which is in Tamil(an Indian local language) Language, After extracting the text in R from pdf file gives me some junk or unicode character format text. I'm unable to map it to proper text or the same text as it…
Andre_k
  • 1,680
  • 3
  • 18
  • 41
0
votes
1 answer

Some Tamil script is not supporting in IOS 10.3

In my application I am using different languages like Tamil and Kannada. In app I need to save data in above mentioned languages. But my problem is some Tamil Script is not getting read on IOS 10.3 devices. But it's working perfectly on devices that…
linto jacob
  • 171
  • 17
0
votes
2 answers

How to use Tamil in NetBeans 8.0.2

I have set my project properties to UTF-8 encoding and installed all my native language (Tamil) fonts. I have tried to use Tamil words but it displays only as boxes. How do I resolve this?
Sakthi
  • 17
  • 4
0
votes
1 answer

How to type tamil fonts in text boxes of a form field

I have a form field with multiple text box. I want to give input to the textbox in Tamil font for some textbox only for example 5 textbox out of 10 textbox in the one form. This link has code for single text box only. Can you help me to give input…
Yaseen Ahmed
  • 59
  • 1
  • 4
  • 11
1 2 3
8 9