greek-characters

Greek characters, Regular Expressions, and C#

I'm building a CMS for a scientific journal and that uses a lot of Greek characters. I need to validate a field to include a specific character set and Greek characters. Here's what I have now: [^a-zA-Z0-9-()/\s] How do I get this to include Greek characters in addition to alphanumeric, '(', ')', '-', and '_'? I'm using C#, by the ...

Greek/latin scientific JLabel in Java Swing application

For a scientific application I want to design an input form which lets the user enter certain parameters. Some of them are designated using greek letters, some of them have latin letters. The parameter names should be displayed using ordinary JLabel controls. On Windows, the Tahoma font (which is used for Labels by default) contains bot...

Displaying Greek Characters in a Label (Visual Studio C#)

Hi, 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? ...