That are Unicode characters, but not in a Unicode notation. These Unicode characters are defined in a HTML notation - decimal code for characters of the ISO 10646 character table (identical with Unicode). The simplest way to get these Unicode charactes as text is to pack that strings into an HTML file, open this HTML file with your browser, select the text and copy it into a Unicode text file.
For example copy following HTML code into an ASCII file, save this file with UltraEdit for example with name Html2Unicode.htm and next click on
Window - Show File in Browser to open (a copy of) this file with your preferred browser.
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>HTML notation of Unicode characters</title>
<meta http-equiv="content-type" content="text/html; charset=iso-10646-utf-1">
</head>
<body>
<p>ήγο</p>
</body>
</html>