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

Arduino Leonardo turkish keyboard support

I want to write an keyboard automation but when I execute it, some problems exists because of keyboard layout. And also I found a repo for this but I really don't know how to import this library (tried download zip and include lib from zip file but…
0
votes
1 answer

Date formatting in tr Locale, Windows 7 and Linux gives 2 results

When the following code runs in Windows 7 it gives the month in Turkish but in Linux it gives the month in English: new SimpleDateFormat("dd MMMMMM", new Locale("tr")).format(date); Windows 7 - 23 Ağustos Linux - 23 August I want the month in…
Buddhi
  • 2,224
  • 5
  • 32
  • 43
0
votes
0 answers

Using Turkish letters in RStudio

When I save an R script containing Turkish letters such as ş,İ,ı in RStudio with ISO-8859-1, and then open up the same R script again the Turkish letters turn into s,I,i. How can I avoid this situation? > print("ş,İ,ı") [1] "ş,İ,ı" >…
0
votes
0 answers

Turkish characters in pyautogui?

How can I add Turkish characters to pyautogui typewrite function? I am copying the Turkish word and then using the pyautogui.hotkey('ctrl', 'v') to write Turkish characters but is there any other way?
0
votes
0 answers

Apache Velocity template turkish characters problem

I'm trying to create an vm template to convert to pdf. But characters like "İ" , "ş" , "ı" etc. is missing from the pdf. Like here : This text must've been İmza Sahibi: $sincomModelData. imza_sahibi bu belgeyle aşağıda belirtilen aracın But the…
0
votes
1 answer

Inclined Arabic Font

I am building a website to teach Ottoman Turkish and I want to design a font for Ruqah. In Ruqah, some letters force preceding letters to join them from above. What I mean is some letters are placed above baseline. Please inspect below link: Aref…
resw67
  • 139
  • 3
  • 6
0
votes
1 answer

turkish characters in php and sql

I'm currently working on a php sql based translation database and am having issues getting the 6 distinct Turkish characters into sql. the page is set to a utf charset and I have tried using utf8_encode to no effect, I am also using Cyrillic on the…
Xand94
  • 708
  • 1
  • 9
  • 23
0
votes
0 answers

JavaScript capitalize first letter of string that contains Turkish character

I aim to capitalize just first letter of each word in a string. (The other letters of the strings must be lowercase) I have checked similar questions but could not find an exact solution for unicode characters. For example My string "şöhret için…
Nas Ahmet
  • 53
  • 1
  • 8
0
votes
1 answer

Turkish Language Encoding Problem in R Studio

I am using R Studio for creating plots for economic variables. But in our language when you don't use our specific letters as "ğ,ş,ı,ü,ç" the word means different. And even sometimes it means swearing. I can't create graphs with this letters. I…
0
votes
0 answers

convert from windows-1254 to unicode in LUA

I have a question about sending and receiving data with special chars. (Turkish Character) I am having trouble converting Turkish characters. For example "Ğğ Üü İı Şş Öö Çç" when I try to get these characters out, it transforms the characters like…
0
votes
1 answer

Mono Project Character Lowering Problem

I am trying to develop an ASP.NET web application on a Mac using Mono Project. But because of a character problem, it throws an error of 'ınital Catalog'. That happens because, when Mono compiles my code, it converts my 'I' s to 'ı' which is not an…
Yagiz Ozturk
  • 5,408
  • 7
  • 29
  • 44
0
votes
4 answers

PHP Tinymce Turkish character issue

i'm using tinymce editor. It's working normal but when im using slug, it's not working correctly For example; when i'm writing "Türkçe Ürün", i see the result "t,uuml,rk,ccedil,e,uuml,r,uuml,n" like this. // Slugify a string function…
0
votes
1 answer

How to get rid of the non-english letters on the string?

I want to get rid of the turkish characters with the english ones in the string and thats the function I wrote. However, in the server, its not recognized the letters. Any suggestions? function strtolower_tr($string) { $low=array("Ü" =>…
snagcheol
  • 61
  • 6
0
votes
1 answer

Text Files Are Downloading In ANSI Instead Of UTF-8 Bom

If i try to download any text, srt, or exe program, it is downloading in ANSI encoding instead of UTF-8 Bom encoding. I'm Turkish user. Some of Turkish characters like ı, ş, İ, ğ has been showing as ý, þ, ð For example Internet Download Manager uses…
tosunkaya
  • 71
  • 1
  • 11
0
votes
1 answer

JSON to EXCEL turkish character issue

I got JSON data from MySQL. Its look good with turkish characters. But when I try to export that JSON to excel as csv, turkish characters are changed. I am trying to export with this; http://jsfiddle.net/JXrwM/11407/ function…
hbaltuntel
  • 77
  • 2
  • 11