Tagged Questions

The Turkish language

learn more… | top users | synonyms

5
votes
3answers
879 views

Turkish case conversion in JavaScript

I want to convert strings to lower or upper case in JavaScript in the locale I wanted. I think standard functions like toUpperCase() and toLocaleUpperCase() do not satisfy this need. toLocale ...
5
votes
4answers
2k views

How do I override Currency symbols in Java?

I'm trying to print prices in Turkish Liras (ISO 4217 currency code TRY) with Java. When I do Currency curr = Currency.getInstance("TRY"); Locale trLocale = new Locale("tr", "TR"); ...
3
votes
3answers
153 views

Java program having trouble with Unicode, Turkish, and enums

I am using a lib which has an enum type with consts like these; Type.SHORT Type.LONG Type.FLOAT Type.STRING While I am debugging in Eclipse, I got an error: No enum const class Type.STRİNG As I ...
3
votes
3answers
62 views

What PHP frameworks have full localization support?

What PHP frameworks have no problems with Turkish and especially with the Turkish characters İ,i and I,ı (like making searches with these characters and nice urls with them). Also which of them have ...
3
votes
2answers
242 views

Perl regex choking on multiple instances of character sets

I started out with some crazy failures using preg_replace in php and boiled it down to the problem case of having more than one character class using turkish dotted "i" and undotted "ı" together. Here ...
2
votes
2answers
235 views

JSP Turkish Character Problem

I have a jsp page running under jboss 4.2.2 server. The structure for the page is something like this: include head ( head is written on another page, like masterpage in aspx. ) (body ( where ...
2
votes
1answer
611 views

MySql Turkish Character Problem

I'm writing a program. This program transfer Datas to MySql Database Which is in SQL Server Datas. MySql Database Default CharSet is Latin1. Usually Latin5 charset is using for Turkish characters. Bu ...
2
votes
4answers
980 views

Java: Turkish Encoding Mac/Windows

I have a problem with turkish special characters on different machines. The following code: String turkish = "ğüşçĞÜŞÇı"; String test1 = new String(turkish.getBytes()); String test2 = new ...
2
votes
1answer
136 views

Incorrect characters at ModelBinding

i have a problem i am developing an asp.net mvc project. Website is in Turkish Language. When i publish this website to IIS Turkish characters get crazy in web pages so i set globalization in my ...
1
vote
1answer
29 views

Mysql search for entries that have turkish characters

I've seen Horde's address book application that delivers matches very nicely for searches that do not have the correct characters. For example if searching for 'Garcon' the entry with 'Garçon' is ...
1
vote
1answer
32 views

Using unicode in a regular expression with PHP

I'm trying to add the character Ö (U+00D6) to my regular expression below. Apparently something is going wrong because it's not working on my preg_match function. The regular expression that works ...
1
vote
1answer
54 views

Available locale display country when “inLocale” is set to Turkish (JDK 1.6.0_29)?

According to the javadoc for Locale.getDisplayLanguage(Locale inLocale), Returns a name for the locale's country that is appropriate for display to the user. If possible, the name returned will ...
1
vote
1answer
54 views

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
1
vote
3answers
444 views

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 ...
1
vote
1answer
494 views

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 ...
1
vote
2answers
498 views

HTML To PDF Turkish Character Problem

I want to convert a ASP.NET web page to pdf using ITextSharp. I did write some code but I can not make it show the Turkish Characters. Can anyone help me? Here is the code: using System; using ...
1
vote
2answers
398 views

Turkish character problem in select query - SQL Server

SELECT [ID] ,[Name] ,[Markup] ,[Status] FROM [dbxyz].[dbo].[Block] WHERE Name = 'Hakkımızda' Linq2Sql sends this query to SQL Server 2005 but because of the character problem (ı) it does not ...
1
vote
1answer
412 views

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# ...
1
vote
1answer
434 views

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" ...
1
vote
6answers
2k views

Problems with Turkish SQL Collation (classic “I” problem)

I'm having problems with our MSSQL database set to any of the Turkish Collations. Becuase of the "Turkish I" problem, none of our queries containing an 'i' in them are working correctly. For example, ...
1
vote
4answers
2k views

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); ...
0
votes
0answers
17 views

SQL- unreadable special characters

I don't have much experience with MS SQL server 2008 R2 but here is the issue if you would help me please: I have a table with a column/field (type : nvarchar) that stores text. The text is read from ...
0
votes
0answers
26 views

speech synthesis data file for turkish language in android

I am going to use TTS in my android application. I want it to support TURKISH language. So how can i have speech synthesis data file for turkish language in android ? Can any body help me ? Thanks ...
0
votes
1answer
40 views

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 ...
0
votes
0answers
48 views

Turkish characters are not displayed properly in iPhone?

I have used web service and displayed the web service details in the table view.But i have faced some problems, some of the Turkish characters are not displayed properly in the iPhone, but it's ...
0
votes
0answers
45 views

Team Build compilation error for fields with Turkish characters

I have a field with Turkish characters in its name, eg: private ToolStripMenuItem girişToolStripMenuItem; Team Build raises CS0103 on this line: [Any CPU/Release] xxx.cs(232,4): error CS0103: The ...
0
votes
1answer
56 views

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 ...
0
votes
1answer
84 views

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 - ...
0
votes
1answer
75 views

YouTube Links & Subtitles [closed]

This video English subtitles: http://www.youtube.com/watch?v=OC2bUYVkjrY How to be a link with Turkish subtitles? I tried them but did not work: ...
0
votes
1answer
141 views

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 ...
0
votes
1answer
59 views

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 ...
0
votes
2answers
201 views

Javascript Non UTF-8 Character Searching for Google Chrome Extension

Edit: I am creating a Chrome Extension and the files must be UTF-8 encoded. I use JQuery to get contents from page, and check that if that contains specific strings that contains Ö, ı and İ. However, ...
0
votes
1answer
115 views

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 ...
0
votes
0answers
250 views

special characters problem with zend, doctrine and forms

`enter code here`$filters = array( 'id' => array('HtmlEntities', 'StripTags', 'StringTrim') ); $validators = array( 'id' => array('NotEmpty', 'Int') ); $input = new ...
0
votes
0answers
50 views

translation with DataBase

03-30-2011 3:09 PM | Hi Though I know that this question may not be the most suitable for this forum, but still it envolves silverlight: I developed a silverlight website that uses database (sql ...
0
votes
0answers
248 views

FCKEditor can not send Turkish characters in UTF-8

FCKEditor can not send Turkish characters in UTF-8. It converting turkish characters to html encoding. E.g. : Original FCKEditor Source "öçşiğüı" -> öçşiğüı How can ...
0
votes
1answer
292 views

Why WPF ScrollViewer Language is tr but ContextMenu command texts are in English?

I have a ScrollViewer in WPF. when I make right click to scroll control, context menu is opening and write commands like "Scroll Here, "Scroll Top" vs. vs. although my ScrollViwer Language is "tr-Tr" ...