Questions tagged [turkish]

This tag refers to the Turkish language. Use it on questions dealing with text or data written in this language.

The Turkish language, spoken by 80 million people in and around the Republic of Turkey, is the most commonly spoken of the Turkic languages, which span from southeast Europe to northeast Asia.

To read further, here is a Wikipedia article on the Turkish language.

177 questions
1
vote
2 answers

Turkish characters not working for Google Raleway font

I am using a special WordPress theme along with the Google Raleway (ExtraLight) font. Some Turkish characters on my site are not working well, although Raleway font has support for Turkish. The system does not use template font directory. I see the…
1
vote
1 answer

Case insensitive search by jqGrid filterToolbar can't find special Turkish character

I have a problem when I'm using jqGrid filterToolbar. Toolbar make a search but cant find the character which is contain "ı". Forexample I can search the "yapi" word but search toolbar can't find the…
1
vote
1 answer

Turkish locale in MVC .NET

I have an MVC program I am currently working and it has been a bit tricky because I have a Turkish Language resource implemented but whenever I fire up the site it insists that there is something wrong with the views. I have gotten the site to work…
petrosmm
  • 528
  • 9
  • 23
1
vote
1 answer

Turkish Character issue in PHP and MySQL

I'm trying to count occurences of all letters in Turkish alphabet in a MySQL database. When I try to count letter "a" like this, I get correct result : while($nt=mysql_fetch_array($rt)) { $mystring = $nt["word"]; for($i = 0; $i <…
jason
  • 6,962
  • 36
  • 117
  • 198
1
vote
1 answer

Sqlite Turkish character conversion

I have a table that contains country names in Turkish like "TÜRKİYE", "TUNUS" etc. I have a query that helps me search country names in that table. When I start searching with "TÜ" it brings me "TÜRKİYE" , "TÜRKMENİSTAN" etc. But when I type "TU" it…
1
vote
1 answer

Translation files for Turkish language not encoded correctly

I am using translation files for translating my xpages application to turkish language. I have set the application encoding to UTF-8 (xsp.html.page.encoding=utf-8) Most of my languages is working fine but there is problem with Turkish and…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
1
vote
0 answers

turkish character instead html

I have a problem: when I typed for html data Uri url = new Uri(urlAddress); WebClient client = new WebClient(); client.Encoding = System.Text.Encoding.GetEncoding("ISO-8859-9"); html = client.DownloadString(url); Data is coming, OK. But when i…
brhm
  • 11
  • 3
1
vote
1 answer

turkish char comes as numerical code after oracle select of nclob field

I have an NCLOB field in the database, which I use to save data created using the fck editor. Certain Turkish characters are displayed as numerical codes after doing an Oracle select from this NCLOB field . For example: the Ç character becomes…
1
vote
1 answer

Mysql get exact match of same string but typed with different special chars

Hey guys i got an interesting situation! In Turkish language we have ı,ç,ğ,ö,ş and uppercase of them. I also have a huge table of threads with turkish titles. like in this example : mysql> select id,title from xr_threads where title =…
T. Cem Yılmaz
  • 500
  • 9
  • 30
1
vote
2 answers

Selecting Turkish characters from table?

I have a MySQL table that contains texts (nicknames) with Turkish characters in them. For example, there is a word "çığır" in Turkish. ( "cigir" with english characters ) It is stored in the database like "çığır". When I print this word in my…
marvin
  • 1,847
  • 4
  • 15
  • 20
1
vote
2 answers

Android sdk 2.3.3 E/MediaPlayer(334): error (1, -2147483648) when Turkish chars used in setDataSource

In my program, I used url in mediaplayer's datasource. If url does not contain any turkish chars, it works normally. However, if it contains turkish chars, following error occurs: E/MediaPlayer(334): error (1, -2147483648) In the Url, turkish chars…
javatar
  • 115
  • 11
1
vote
3 answers

Turkish character while writing to database (postgresql)

I am working with Java and PostgreSQL on Windows . I have some words which include turkish characters like İ,ş,ö,ç etc. In Java I assign words to a string and try to write it to the database. When I print it on java its encoding appears correct and…
sdirlik
  • 51
  • 3
  • 9
1
vote
1 answer

asp.net replacing sql collation specific characters

Regardless of the sql database collation being used is there any way to replace the special characters when displayed in the interface. At least is there any way to implement that for the "Turkish I" so discussed here :-) I want to eliminate small…
Blerta
  • 2,170
  • 5
  • 23
  • 34
0
votes
1 answer

Turkish Characters emitted while Calling Delphi 6 COM object from .net

i have a delphi 6 COM dll. it has method like dosomething(const LicenceName: Widestring); when i use this COM from .net csharp like: comdll.dosomething("ğüşiöçĞÜŞİÖÇ"), i get the licenceName param in com dll as "güsiöçGÜSIÖÇ" some turkish…
Haltun
  • 1
0
votes
1 answer

ArgumentException from DataRow.Item() in Turkish Window server 2008 installtion

Our software was installed on (customer site) Window Server 2008 R2 Foundation in Turkey (So locale is set to Turkish, and thus all menus and messages are displayed in Turkish). We are using SQL server 2005 express. The database collation is…