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
3
votes
1 answer

Regular Expression Doesn't Work Properly With Turkish Characters

I write a regex that should extracts following patterns; "çççoookkk gggüüüzzzeeelll" (it means vvveeerrryyy gggoooddd with turkish characters "ç" and "ü") "ccccoookkk ggguuuzzzeeelll" (it means the same but with english characters "c" and…
bulutcagatay
  • 138
  • 2
  • 8
3
votes
2 answers

Windows Phone character-encoding

My code is Encoding.GetEncoding("iso-8859-9"); in my Windows Phone project. But "iso-8859-9" is not supported on Windows Phone. How can I fix this problem? http://www.hardcodet.net/2010/03/silverlight-text-encoding-class-generator I also found this…
3
votes
3 answers

How can I use Turkish characters in Android EditText?

In my text to speech (For Turkish) project, I have a EditText. User can enter Turkish chars (ı, ş, ç, ö), however editText converts them some other unknown chars. How can I prevent this? Thanks
javatar
  • 115
  • 11
3
votes
2 answers

Jquery Autocomplete case sensitive for utf-8 characters

I am using jquery autocomplete plugin to search in a long list of names. It works fine for all latin and english characters, but with turkish characters I have problems, as the search will be case sensitive eg: A and a would match all the cities…
soipo
  • 495
  • 5
  • 18
2
votes
1 answer

How to print Turkish day/month names with Time.strftime on Ruby?

Is there anyway that i can use locale on ruby's Time.strftime ? How can i use different languages? German, Turkish anyother language rather than English? Thanks
vigo
  • 298
  • 3
  • 8
2
votes
3 answers

Java mail problem with Turkish characters

I have problem of showing Turkish characters in mail sent with Java code. The characters are shown as question marks (?) in mail. Message msg = new MimeMessage(mailSession); msg.setHeader("Content-Encoding","ISO-8859-9"); msg.setFrom(new…
hoqwert
2
votes
0 answers

How Do I Enable Turkish Letters In VSCode?

As a programmer from Turkey, when i try to type a Turkish letter to my code (like ç,ş,ı,ğ,ü,ö) it shows the letter as �. Is there a way to fix this by using an extension? Please let me know and thanks for your time.
2
votes
1 answer

javascript convert to turkish character fromCharCode

I print the value entered from the keyboard to the screen. but Turkish characters are written to the screen in a distorted way. How can I print Turkish characters properly? my javascript codes: window.addEventListener('keyup',function(event){ …
2
votes
1 answer

Search term with Turkish characters doesn't match in Heroku Django server

There are a few non-ascii characters in Turkish language like "İ, ş, ğ, ü, ö, ı" etc. "İ" is a uppercase form of "i" in latin alphabet. Search terms don't match if there is an "İ" in it. But other letters works perfectly fine. For instance, "İnşaat"…
orhanodabasi
  • 962
  • 7
  • 11
2
votes
4 answers

Php code igniter save turkish characters to my sql

I am writing a web app using PHP Codeigniter. I receive input that can be in any language and I save it in my DB. The MYSQL DB collation is set to utf8_unicode_ci. For codeigniter in the database.php I have set this: $db['default']['char_set'] =…
2
votes
1 answer

ELK(elasticsearch, logstash, kibana, filbeat for agent) Turkish character problem

I have ELK stack and I use filebeat for agent, I am logging by websphere log. However I have a problem about Turkish characters. Could anybody help me please on that issue? [09.12.2019 12:05:42:848 EET] 00000150 SystemOut O [ERROR]…
byczk
  • 81
  • 1
  • 4
2
votes
1 answer

Turkish Excel version: transforming dotted upper i, "İ" to dotless upper i "I" with VBA

I identified a problem of special characters with “I” on a turkish version of Windows 10 with a Turkish Excel version. “i” gives another letter in Turkish when it is translated to uppercase: “İ” and not “I”, as for instance when "i" is converted to…
2
votes
1 answer

Firebird UTF-8 database with Turkish collation

I have UTF-8 database with Turkish text data stored in it. When it comes to Turkish there is problem when converting to uppercase or lowercase. Unlike other latin character based languages, turkish has different conversion rule for "i" and "I"…
tJeyhun
  • 195
  • 1
  • 9
2
votes
3 answers

Turkish Identity Number Verification in Swift

How can I make sure that the given text is Turkish Identity Number? I have seen js version here and phthon version here Turkish Identity Verification is not checks only if its numeric, it has some other functions too. Let me be more clear, It is…
rozeri dilar
  • 301
  • 1
  • 16
2
votes
0 answers

Multilingual Linguistic Data

Oxford University provides an online database (the Oxford English Dictionary API) containing linguistic information (root form, part of speech, etc.) about English words. It provides comparable data for Spanish, Malay, Swahili, Setswana, Northern…
user124
  • 149
  • 7