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

Problems using snowballstemmer for a list of Turkish words in Python

I'm trying to use a library called snowballstemmer in Python, but it seems that it's not working as expected. What could the reason be? Please see my code below. My data set: df=[['musteri', 'hizmetlerine', 'cabuk', 'baglaniyorum'],['konuda',…
melik
  • 1,268
  • 3
  • 21
  • 42
1
vote
0 answers

Webpack inserts unwanted space after certain Turkish characters

Webpack inserts an unwanted space after certain Turkish characters. In the following example, a space is inserted after ç in "seçeceğiniz" and after ğ in "mağazamızdan": &[data-slug='RetailStore']:after { content: "Siparişinizde yer alan…
1
vote
0 answers

Turkish characters saved to database in incorrect format when using Angular textarea control

I noticed that Turkish characters get saved differently, based on the specific HTML element control being used (correctly for textarea, incorrectly for input). I am using the following characters for my test: ÖŞĞÜİÇ öşğüıç Below is my HTML for the…
Ege Bayrak
  • 1,139
  • 3
  • 20
  • 49
1
vote
3 answers

Fix Turkish Charset Issue Html / PHP (iconv?)

i'm having troubles displaying turkish characters, they are appearing as the little question mark with the diamond in the background in html. How can I use iconv to fix this? Since I think thats the best option right? Right now my page is utf-8…
Belgin Fish
  • 19,187
  • 41
  • 102
  • 131
1
vote
0 answers

Face recognition ANN project by Neurpoh Studio gets "No enum constant error"

I working on a face recognition project to learn Artifical Neural Network logic. When I was applying steps, I got the following error: No enum constant org.neuroph.util.TransferFunctionType.SİGMOİD error at Step 3.1 that setting multi-layer…
1
vote
1 answer

Freemarker if condition fail on Turkish language with specific keyword

I'm comparing variable with value. The results seems different with languages like I've tried Swedish/English/Dutch/Portugese and Turkish. <#assign fm_bidBucket>Install <#assign _text><#if fm_bidBucket?trim?lower_case ==…
Siddharth Jain
  • 118
  • 1
  • 14
1
vote
1 answer

Turkish Characters aren't shown in db when i use dynamic SQL Query

I've a problem that is about Turksih Characters I'm using dynamic sql query,when i saw the table Turkish Character is shown in English Charter etc. 's' is seen instead of'ş'. When I didn't use Dynamic Query, I haven't any problem. But I have to…
1
vote
1 answer

Module loader error: "Manifest file specifies an unrecognized package type" (SuiteCRM)

When I'm trying to load language pack (turkish) on admin/module loader tab I'm getting the following error: Manifest file specifies an unrecognized package type:'dilpaketi' Also I tried different language pack which is portuguese I didn't get an…
Ümit Öztürk
  • 105
  • 1
  • 13
1
vote
1 answer

html5 file doesn't show turkish characters as properly

I am in trouble with turkişh character on html5. I investigated same issues on web and I applied solutions but it doesn't works. I share my codes. Could you help me please? here is my allemployees.html file :
luffy
  • 315
  • 1
  • 4
  • 22
1
vote
1 answer

Sphnix with Oracle does not work with special (Turkish) characters

Everything is find with Sphnix. I've ony have problem with Turkish characters Using sphinx-2.2.11 and (2.3 also does not works) Oracle 11G connection in Sphnix.conf source db{ Driver={Oracle in…
Fatih Alp
  • 209
  • 1
  • 3
  • 11
1
vote
1 answer

Unicode characters to Turkish characters

(Edit: my original question is posted here, but the issue has been resolved and the code below is correct). I am looking for advice on how to convert Unicode characters to Turkish characters. The following code (posted online) scrapes tweets for an…
bayrah
  • 189
  • 1
  • 3
  • 12
1
vote
2 answers

json_encode() returns null for special characters

I know that there are lot of questions on this. I have tried many things but I couldn't fix it. Perhaps I failed executing the solutions because of my limited knowledge? I select data from mysql database and use json_encode() function on it. This…
user6650650
1
vote
1 answer

Python (Anaconda Spyder) Turkish Character issue

I have a problem about python 3.5 Turkish character. You can see issue in pictures. How can I fix this ? My Codes is below. You can see last row that print(blink1.text)give charcter problem but print("çÇğĞıİuÜoÖşŞ")is not problem despite that's all…
zer03
  • 325
  • 1
  • 4
  • 15
1
vote
1 answer

Turkish characters in TYPO3 RTE aren't possible at TYPO3 UTF-8 Installation?

I want to insert a turkish name into my TYPO3 RichText-Editor (RTE, sysExt. rtehtmlarea), for example: "Özoğuz". The special letter "ğ" is here my problem, I've only see a question mark, after saving my text content element (s. pictures). My charset…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
1 answer

Printing Turkish Characters in GUI

I have a Java project that connects to a C# program that prints Turkish words. Printing Turkish characters in C# using console is not causing any problems. However, the main issue is that when this C# program is called from Java, the Turkish…
yihlamur
  • 382
  • 1
  • 5
  • 17