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
0
votes
0 answers

Umbraco Back Office content search fails on I - i character

Umbraco back office search fails on some Turkish characters. Some of them (Ç-Ş etc) works correctly. However the I stands for little ı and İ is for i. We have problem on I and İ characters. Using standart InternalIndexSet for back office with the…
0
votes
1 answer

dataForm breaks Turkish characters

I found an issue trying to update a Postgres database (UTF-8) from an ajax call which contains Turkish characters in their body. I have a simple json with id and name attributes, name contains 'Kumar oyunları risk taşır' and on the database is…
MJ-79
  • 133
  • 3
  • 10
0
votes
0 answers

Android retrofit jackson wrong query parameter serialization if turkish language

For example, I have an enum object FruitEnum.FRUIT: enum class FruitEnum { @JsonProperty("fruit") FRUIT } which I want to pass as query parameter in my request: @GET("fruit_request") fun fruitRequest( @Query("fruit_param") fruitParam:…
oleg.v
  • 1,065
  • 3
  • 11
  • 20
0
votes
1 answer

get turkish chars from string

i wish to write a string in reverse order , i get string with cin and iterating it via for loop from strings length to 0. Problem is when i take turkish char it writes wrongly and also 1 turkish char increases strings length by 2 (i.e. ömür has…
hkn
  • 371
  • 1
  • 14
0
votes
1 answer

Python SL4A in other Language than English

I am trying to write a small script which can speak in my own language. import sl4a SpeakMe = sl4a.Android() mesaj = SpeakMe.dialogGetInput('What would you want me to say ?') SpeakMe.ttsSpeak(mesaj) when I run this code in my android it opens a…
melic
  • 266
  • 2
  • 15
0
votes
1 answer

Exception trying to retrieve column with 'i' in the column name using ODAC in turkish

I'm hitting an exception when trying to access data from an Oracle database using ODP.NET (ODAC). The code goes like this: Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("tr-tr"); string s = "SELECT MyString from MyTable"; var conn…
Andy
  • 10,412
  • 13
  • 70
  • 95
0
votes
0 answers

java spring mysql database turkish character issue

I have a problem with recording text to mysql database. In the special charactes have been recorded as ? character. This is my…
mehfatitem
  • 147
  • 1
  • 12
0
votes
1 answer

How image uploading file name replace for CKFinder with asp.net?

I'm using file browser with CKFinder. But I have a problem. During uploading filename is not saving Turkish format. I want to load the file by changing the name. Can any Replace method be applied? For example; File name: türkçe karakter…
0
votes
1 answer

take non-English alphabet characters beside English, as well - React-Native

I'm quite new to React-Native. I'm validating the input from the user for name field with 'match(/^[a-zA-Z ]+$/)' so to prevent input like special character or number. But I need to be able to get Turkish(ş,ü,ö,ı) characters as well, beside English…
Ali Zeynalov
  • 2,867
  • 8
  • 30
  • 54
0
votes
1 answer

Delphi 7 printing in Turkish

I have some legacy code (1 million lines) written in Delphi 7 Pascal which for various reasons can't be upgraded to a more recent version of Delphi. The program outputs documents in about 30 languages and makes a very good job of producing the…
Chris Johnson
  • 59
  • 1
  • 1
  • 4
0
votes
1 answer

Symfony - Manjaro Linux

Im using Symfony on Manjaro. And getting this error on default project; Neither the property "ip" nor one of the methods "ip()", "getip()"/"isip()" or "__call()" exist and have public access in class "Symfony\Component\HttpKernel\Profiler\Profile"…
0
votes
0 answers

Turkish Character Query in Asp.net Web Forms

I have a asp.net web forms application that query data in oracle 10g. In the target table, NAMESURNAME column exists, it contains NAME + " " + SURNAME structure. I have two different queries below: Query 1: select NAMESURNAME, PERSONELID…
tahasozgen
  • 469
  • 5
  • 27
0
votes
1 answer

What is the radio stream url?

Back from holidays I'm trying to find out the stream url of TRT Türkü to be able to play it on my mobile device, also when its not in an open tab. Normally I can locate a playlist xml, but not here?
asbl
  • 115
  • 1
  • 5
0
votes
1 answer

.Net HtmlAgilityPack Turkish character encoding issue

I have problem with HtmlAgilityPack Turkish charackter encoding.
ibrahim ozboluk
  • 421
  • 5
  • 10
0
votes
2 answers

character encoding issue on website

I have some turkish characters at my website but I am not able to see characters very well. There is a problem with non-english characters. I encoded it with UTF-8 and added some meta tags to fix this issue but the problem still seems same. Could…