Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: greek charset problem php + mySQl Programming Web Development by ko ko Greek unicode collation was already supported in MySql. Change the unicode collation for your table that is using Greek language. Go to your phpMyadmin, and select your database, go to Operations tab and select the appropriate unicode in Collation options. Hope this help. Greek characters Digital Media UI / UX Design by xxmp … write to a database a message that might be in greek. How i can do this? the form that i have… utf8_unicode_ci for the name that could be in greek. How i can see the greek message at addcommentcheck.jsp? Thank you very… Greek thesaurus in Word 2003 Hardware and Software Microsoft Windows by MpG Hello, I'm encountering a problem with word.I can't get a grammar and spelling check(F7) in greek because there is no dictionary or thesaurus.I know that there was one in previous editions of office.What should I do in order to find and add a greek dictionary to word? Re: Greek characters Digital Media UI / UX Design by LastMitch >I would like to write to a database a message that might be in greek. How i can do this? The code you provied is not really related to HTML/CSS but more database but I feel you knew that and you post it **JSP** section: http://www.daniweb.com/web-development/jsp/threads/456796/utf-8-to-database Greek Characters Programming Databases by lefteris.gkinis I have a code behind in my web pages and I'm trying to write Greek characters in my SQL 2010 Tables. I write in my Tables but what I get is ????? why is that? What I have to do in my SQL in order get the Greek characters? Thank you Greek letters are not storing in MySQL database. Programming Web Development by Rizi004 Hi everyone. I want to store greek letters in mysql table my table collaction is utf8_general_ci and …;); mysqli_query($connection,"SET CHARACTER SET 'utf8'"); but all greek letters in database are like "??????? ???" Question mark how… Re: Greek thesaurus in Word 2003 Hardware and Software Microsoft Windows by Catweazle … full support for all available languages. It's got a Greek dictionary and thesaurus, but no grammar checking I'm afraid… Re: greek charset problem php + mySQl Programming Web Development by xxgrplayer … the charset i use in my page, i previously used greek iso and everything was ok except the problem i came…;]http://i56.tinypic.com/2w3b345.jpg[/URL] when i use greek iso:[URL="http://i54.tinypic.com/2nqsjuo.jpg"… Re: Greek characters problem insert mysqldb via TextCtrl Programming Software Development by woooee … be written in utf-8 characters, so you can use Greek letters in variable names, etc. within the program itself. If… continuation byte[/quote] you are using the wrong encoding and Greek may be "iso-8859-7" but you will… greek subtitles Hardware and Software Microsoft Windows by MpG Hello , I'm looking for a good subtitle site that supports greek ones.I'm especially looking these days for Suspect 0 subtitles. Any suggestions? Re: greek subtitles Hardware and Software Microsoft Windows by crow_g7 [quote=MpG]Hello , I'm looking for a good subtitle site that supports greek ones.I'm especially looking these days for Suspect 0 subtitles. Any suggestions?[/quote] psaxnw ypotitlous gia to xmen3 greek charset problem php + mySQl Programming Web Development by xxgrplayer … that i have stored some variables (which are written in greek) in databases and then when the php file retrieve these… Re: greek charset problem php + mySQl Programming Web Development by diafol … be in UTF-8. setting page to iso-8859-7 (Greek), totally mashes the output for me. Here's my output… Greek characters problem insert mysqldb via TextCtrl Programming Software Development by TLSK … i want to save a name, this name is in Greek language.My problem is thw follown when i try to… Greek Newscaster Bombarded With Eggs Community Center Geeks' Lounge by Ancient Dragon Apparently Greeks don't like politicians http://www.theblaze.com/stories/greek-newscaster-hit-with-yogurt-eggs-live-on-air/ Re: Greek Newscaster Bombarded With Eggs Community Center Geeks' Lounge by jackbauer24 Thankfully I am not a Greek and more importantly not a politician. :D Re: Greek Newscaster Bombarded With Eggs Community Center Geeks' Lounge by ZZucker I love yogurt, particularly Greek yogurt! I agree that most newscasters need stuff thrown at them, but why waste good yogurt? Re: Problem with Greek characters Programming Databases by petr.pavel …uploaded in the sever and with default encoding Greek, it was displayed correctly. I changed browser … a question: is the text really in Greek language? I don't know what your nationality…I don't know if you're saying Greek meaning "some rubbish characters" …in text "Lorem ipsum" "Greek".) If you want to work with UTF… Re: How to display Greek (non -ASCII) in C++ Console Apps Programming Software Development by jepapel … want to do is to work with the greek alphabet (yes i adjusted my system so that… it can support the greek formating "UTF-8" and it …prints normally any greek letter in a console) - the problem is …that when i use the greek char array alphbet i get compiler errors - but when… How to display Greek (non -ASCII) in C++ Console Apps Programming Software Development by jepapel …++. For instance i want my c++ program to display some Greek messages that i will define, but instead i get some…++ or i must convert my whole linux box to support greek in order to be able to see to my console… Re: Problem with Greek characters Programming Databases by Punkis448 … me. my browser has for chractet encoding greek (windows-1253) i changed it to utf8… and i get question marks instead of greek letters. (the data are from mysql). …of the current table-field that contains the greek letters to utf8_general_ci. Then i imported from… question marks, but wherever there is a greek letter is now invisible. i feel that … Changing filenames from Greeklish => Greek (subprocess complain) Programming Software Development by nagia.retsina … rename one of my filenames from its greeklish name to greek characters. files.py is a script that allows users to… from my server. But i wish to present filenames in Greek and not in Greeklish http://superhost.gr/?page=files.py… now. What can i do to make pth script accept greek filenames too? Why does subprocess is complaining? Re: How to display Greek (non -ASCII) in C++ Console Apps Programming Software Development by Narue >when i use the greek char array alphbet i get compiler errors If your compiler refuses to cooperate, you can diddle the locale: [code] #include <iostream> #include <locale> int main() { std::cout.imbue ( std::locale ( "Greek" ) ); std::cout<<"αβγδεςζηθικλμνξόπ Re: How to display Greek (non -ASCII) in C++ Console Apps Programming Software Development by Narue >i want my c++ program to display some Greek messages that i will define, but instead i get some garbage It works for me: [code] #include <iostream> int main() { std::cout<<" Re: How to display Greek (non -ASCII) in C++ Console Apps Programming Software Development by jepapel And for those who are curious concerning this prog - i am trying to make a simple theomatics program -Its almost done and will be completed if the problem with greek input can be solved. ThanX P.S: Many thanks to the beautiful Narue for her help so far! Problem copying a Greek pdf file to office world Hardware and Software Microsoft Windows by Blood_Guardian I have a friend who is trying to copy a pdf file witch is written in Greek to microsoft world and the Greek fond changed to something i don't know how to explain it, :) not language anyway i hope you guys understand. :) Thank you Problem with Greek characters Programming Databases by Punkis448 … my database with utf8 encodingm and I can see the greek letters inside the fields. The problem is that when i… for the results, I get question marks instead of the greek characters. I have searched a lot, and i found that… Re: Problem with Greek characters Programming Databases by Punkis448 I do use Greek letters. My language is Greek. I have found this link [URL="http://gr2.php.net/htmlentities"]http://gr2.php.net/htmlentities[/URL] is that useful ? Display correctly Greek and special characters Programming Web Development by Punkis448 … I get question marks instead of GREEK letters (i do not mean rubbish, i mean Greek). Suppose that the problem is not…