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
1
vote
0 answers

How to display tamil letters using mpdf

$html="தனியுரிமை கொள்கை"; $html.= ' $pdf->SetDisplayMode('fullpage'); $stylesheet = file_get_contents('css/invoice_custom.css'); //$html = mb_convert_encoding($html, 'UTF-8', 'UTF-8'); $pdf->WriteHTML($stylesheet,1);…
Mansa
  • 11
  • 1
1
vote
2 answers

Incorrect characters displayed for Tamil font in android(Latha.ttf)

I need to use tamil on textviews in my app so I create a TypeFace from assets and set it to the textview, but the characters appear out of order(mixed) for combined characters. I load the strings from the resources.(string.xml in utf-8 encoding) How…
FTCube
  • 21
  • 4
1
vote
0 answers

how to insert the tamil letter in properties(for example Config.ppt)

how to insert the tamil letter in properties(for example Config.ppt) i need to write the Tamil letter in a Properties file fieldvalue = fieldvalue.replace(specialcharArray.get(g), specialcharArray1.get(g)); // specialcharArray.get(g) and…
sriram s
  • 11
  • 2
1
vote
1 answer

How to convert Indian tamil to unicode string

I have a requirement to send a Tamil SMS lets say "தமிழ்" using a service provider. The service provider wants only Unicode string. I don't want byte array, .
Kalpit S.
  • 65
  • 7
1
vote
1 answer

How to solve this Tamil (Indian) Language issue in Opencart 2?

I'm using opencart 2.0.3.1, and added Tamil (one of Indian) Language as optional second language (for visitors) by: System > Localisation > Languages with following values: Name: Tamil Code: ta Locale: ta_IN.UTF-8,ta_IN,ta-in,tamil Image:…
Adam Tribe
  • 11
  • 4
1
vote
0 answers

Android - how to programatically use different languages for a particular textview widget

I have a TextView widget defined in XML but I want to programatically set a particular string in a language decided at runtime. I tried with the following code snippet but it does not work. It displays a blank text. Only the default english text…
Armling
  • 11
  • 1
1
vote
2 answers

How to type Tamil font in text box and save it in MySql

Im developing a small web application in PHP. I want, user or admin to type tamil language in text box or textarea and save it in MySql. Please give me some easiest method to do so.
vinoth
  • 33
  • 1
  • 8
1
vote
0 answers

Android Input Methods

We are creating an app for tamil keyboard in that we are providing suggestions like a,an,and, etc.. while clicking that suggestion it is not displayed in default editText field of our mobile phone. so, My query is how to display suggestion to the…
1
vote
1 answer

how to convert unicode (ச) into a tamil character using java

i need to convert the below unicode to tamil character using java
#2970;ிங்கப்பூர்
HEAVY DRIVER (HTV Licence)
Salary $ 900 +OT
Qualification…
Dhinakar
  • 4,061
  • 6
  • 36
  • 68
1
vote
2 answers

how to search for all occurrences of a Tamil character in a line?

I am trying to write a program which checks the occurrence of a Tamil character in the line/sentence. I have written a code it checks if the character is present in the line and if so quits does not check for the second or third occurrence. Here is…
charvi
  • 211
  • 1
  • 5
  • 16
1
vote
2 answers

Representing tamil unicode in netbeans 7.1

How to represent Tamil unicodes in netbeans 7.1? I have installed Azhagi to use Tamil unicode. I am able to type Tamil in any text files. But where can I do it in netbeans 7.1? The characters are rendering as boxes.
1
vote
2 answers

TextElement Enumerator Class Bug or (Tamil) Unicode Bug

why the TextElementEnumerator not properly parsing the Tamil Unicode character. using System; using System.Collections.Generic; using System.Globalization; namespace Glyphtest { internal class Program { private static void Main() …
Arunkumar Chandrasekaran
  • 1,211
  • 4
  • 21
  • 40
1
vote
0 answers

Is it possible to add scrolling news in tamil language using WordPress plugins on my WordPress site

I want to show the latest events using tamil fonts on my wordpress site. Is it possible to add tamil fonts on any wordpress vertical news scroller.
raj
  • 19
  • 1
  • 9
1
vote
1 answer

Cannot export tamil from phpmyadmin correctly

in phpmyadmin i set charset to utf-8, tamil text looks great தொடக்கத்தில் கடவுள் விண்ணுலகையும், மண்ணுலகையும் படைத்தபொழுது, but after export to sql file, looks: தொடக்கத்தில் கடவŕŻŕ®łŕŻŤ…
User1234
  • 68
  • 7
1
vote
2 answers

Multi Language insertion in SQL Server using a stored procedure

I need to insert Tamil language into SQL Server 2005. I have tried using Insert or Update query, it worked fine. While going to stored procedure, I don't know how to pass the parameter. ALTER PROCEDURE [dbo].[spr_Sam] @Row_Id int …
ganesh m
  • 157
  • 1
  • 7
  • 17
1 2 3
8 9