Popular encodings for Greek characters are: UTF-8 (recommended) ISO-8859-7 windows-1253
9
votes
2answers
544 views
Using Vim with the Greek language
So I am giving Vim a serious try for coding my Python apps.
However Vim is proving so flexible, I was thinking to use it as my main editor at work (lawyer/legal documents). The problem is that my ...
9
votes
4answers
361 views
How to correctly uppercase Greek words in .NET?
We have ASP.NET application which runs different clients around the world. In this application we have dictionary for each language. In dictionary we have words in lowercase and sometimes we uppercase ...
2
votes
1answer
123 views
How to add Greek letter to data cursor in Matlab figure?
I added a data cursor in a Matlab figure, and this it the code shown when I clicked "Edit Text Update Function..."
function output_txt = myfunction(obj,event_obj)
% Display the position of the data ...
2
votes
1answer
125 views
send mail from php - charset encoding
I am sending an automated mail,written in Greek, from a php script.
I tried:
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/plain; charset=utf-8\r\n";
$headers .= "From: ...
1
vote
0answers
14 views
Greek and text-transform:uppercase
I've written a web application that contains translations in several languages (one of them being Greek.)
When displaying a certain translation on the title, the design rule was that the text is ...
1
vote
1answer
45 views
Cannot display Greek characters .mdb file (PHP & ODBC)
I am having problems displaying text from a column in an MS Access 2007 table which is in Greek. I am using PHP and $dbc = @odbc_pconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq=$mdbFilename", ...
1
vote
2answers
128 views
creating excel with Greek characters
i have used the following headers in order to create xls files that contains Greek characters on the fly.
first attempt:
header("Content-Type: application/$file_type;charset=utf-8");
...
1
vote
2answers
265 views
How do I resolve difficulties with decoding and printing Greek characters using Python?
I am creating a simple game designed to prompt the user for the Greek translation of an English word. For example:
cow: # here, the gamer would answer with *η αγελάδα* in order to score one point.
...
1
vote
1answer
83 views
Regexp Greek chars by number
I deal with strings that contain Greek and English (Latin) text. I'd like to use a regex to catch all the Greek words that contain 4 or more characters on them.
Using regexp manual I figure out that ...
1
vote
1answer
393 views
Displaying Greek Characters in a Label (Visual Studio C#)
I have an application that uses google translate to translate words.
I need to display Greek words in a label .... is it this possible to show greek characters?
1
vote
1answer
420 views
geocode webservice address parameter written in another language
Dear fellow Programmers,
I try to use the following google map webservice in order to locate greek addresses:
http://maps.google.com/maps/api/geocode/json?address=Ακαδημίας 16&sensor=false and it ...
0
votes
2answers
37 views
Greek characters insert mysqldb via TextCtrl ERROR
I have create in MySQdb a DB with a table named example,in this table i want to save a name,
this name is in Greek language.My problem is thw follown when i try to save the name instantly without use ...
0
votes
1answer
26 views
Grails greek encoding for 1 field
The problem is that when i to save the data(in greek) on the server the title field data look's like this ??????????? but it must be Καλώς ορίσατε.
ControllerCode
@Secured(['ROLE_EDITOR'])
def ...
0
votes
0answers
54 views
Speech recognition API for Greek language for C++ Or Java
Is there any speech recognition API that supports Greek language in C++ or Java ?
Thanks in advice !
0
votes
0answers
30 views
Zend Lucene add field as Text in greek language
I am using Zend Lucene (along with symfony 1.4.8) to index my application for search purposes. The thing is that when it comes to add to the index a field i.e name_el as Zend_Search_Lucene_Field::Text ...
0
votes
1answer
37 views
Search greek term in MySQL/hibernate
Can someone tell me how to search greek word like 'β-term' in MySQL? I use linux, MySQL 5.14, table utf_general_ci. When I use normal search like Where termName='β-term'.
But mySQL returns me Empty ...
0
votes
1answer
178 views
iText, Java - Two Certain Greek characters don't appear on the PDF
I was working with iText in java and tried to make a simple program that creates a PDF file with Greek text in it.
Here is part of my code:
(...)
**public String url = "C:/Windows/Fonts/arial.ttf";**
...
0
votes
1answer
110 views
Using htmltopdf want pdf in greek language
I am having hard time trying to generate PDF files containing Greek letters using htmltopdf.
English letters appear in results but not the Greek ones. Searching for the problem, I think it might be ...
0
votes
2answers
185 views
PHP and regexp to accept only Greek characters in form
I need a regular expression that accepts only Greek chars and spaces for a name field in my form (PHP).
I've tried several findings on the net but no luck. Any help will be appreciated.
0
votes
0answers
62 views
how do i replace the containstable function in order to return results
i am using this procedure to search the products table but the greek local isn't supported
this is probably related with the languages full text support
this is the procedure
PROCEDURE ...
0
votes
1answer
69 views
django ordering with greek characters
in my django application admin i have the names of my administrators listed and ordered by name.
However the alphabetical ordering does not seem to work correctly. I am not sure if thats because of ...
0
votes
2answers
96 views
Display images with Greek in filenames
I'm building an e-shop in greek and i've come across an important issue regarding the image filenames that users upload to the linux server. If the filename contains greek chars then the file is ...
0
votes
2answers
677 views
Problem with greek characters using java
I am trying to write greek characters to a file using java like this:
String greek = "\u03c1\u03ae\u03bc. \u03c7\u03b1\u03b9\u03c1\u03b5\u03c4\u03ce";
try {
BufferedWriter out = new ...
0
votes
2answers
680 views
Problem with greek url characters in IE
I'm using the following script in my website in order to create pagination "next-previous" functionality. It's a actually a Dreamweaver's code. The script uses the url to get some values and then it ...
0
votes
1answer
343 views
Pretty Greek Problems for Emacs on Windows
I am trying to get http://www.emacswiki.org/emacs/PrettyGreek working for emacs 21.3.1 on Windows. I have put the following in my .emacs after downloading the European intlfonts from ...