473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Greek Cyrillic fonts in XML

Hello,
I'm trying to find a way to display text in greek or cyrillic in a .NET
page using text stored in XML format. I'm getting the greek words
displayed like this: "Διάφορα". I'm no expert but this is nota
greek word. Has anybody got any ideas of what i need to use to diplay
these fonts (i think Russian is in the same category too) correctly on
the website? - i will carry on searching and will post the answer if i
find anything.

Thank you
K

Nov 12 '05 #1
4 2300
Kiki wrote:
I'm trying to find a way to display text in greek or cyrillic in a .NET
page using text stored in XML format. I'm getting the greek words
displayed like this: "Διάφορα". I'm no expert but this is not a
greek word. Has anybody got any ideas of what i need to use to diplay
these fonts (i think Russian is in the same category too) correctly on
the website? - i will carry on searching and will post the answer if i
find anything.


You need to set correct codepage, e.g. UTF-8. Διάφορα looks like
posiibly Greek word browsing as Latin-1.

--
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com
Nov 12 '05 #2
Hi Oleg,
this is what i've done:
Response.Charset = "Windows-1253";
Session.CodePage =1253;
Response.ContentEncoding = Encoding.GetEncoding(1253);

but it's not working.. :( - am i setting this correctly?

Thank you for your response..

K

Nov 12 '05 #3
Kiki wrote:
this is what i've done:
Response.Charset = "Windows-1253";
Session.CodePage =1253;
Response.ContentEncoding = Encoding.GetEncoding(1253);

but it's not working.. :( - am i setting this correctly?


Are you sure your data is actually in Windows-1253 encoding?

--
Oleg Tkachenko [XML MVP, MCAD]
http://www.xmllab.net
http://blog.tkachenko.com
Nov 12 '05 #4
I was only asked to display the data this guy's sending me through and
that's what he told me it was.. Is there a way for me to check? (i'm
sorry about this but this is the first time i've had to do something
like that)
Thanks again

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

35
by: Philipp Lenssen | last post by:
Does anybody have experience displaying Cyrillic in common browsers with common settings? I found the following page researching the topic, however I cannot display all characters in the table...
27
by: alexdoulou | last post by:
Hello, I am trying to type greek fonts into common html forms on the Internet explorer but erroneous text is being typed instead of clear greek. Greek language pack is installed correctly....
1
by: | last post by:
Hallo! i've created a file in ms access in Greek and trying to use visdata on it i realized greek fonts don't excist. any idea that could help? Thank you a lot!
10
by: Nikolay Petrov | last post by:
How can I convert DOS cyrillic text to Unicode
5
by: eisenstein | last post by:
i read out an utf-8 xml file with greek or russian/cyrillic characters. i can display it in the browser but if i insert data into an mssql database -field is nvarchar(4000)- i only see ??? or...
1
by: Anthony Planz | last post by:
Hello, I have a problem with displaying Greek fonts in a content placeholder. The Masterpage content displays correct, the content inside the content placeholder not. Example:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.