EugenePaliev
Programmer
Hi all!
I have problems with displaying Russian letters... I have charset encoding decloration in the Page directive and Meta tag, but it doesn't work...
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
Does anyone know what can be done to display it correctly? Or is there any server settings that can/should be set to support Russian?
Thank you in advance! Good Luck!
I have problems with displaying Russian letters... I have charset encoding decloration in the Page directive and Meta tag, but it doesn't work...
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-1251" %>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
Does anyone know what can be done to display it correctly? Or is there any server settings that can/should be set to support Russian?
Thank you in advance! Good Luck!