Groups | Blog | Home
all groups > dotnet internationalization > july 2004 >

dotnet internationalization : turkish character display problem.


John Smith
7/20/2004 5:22:47 PM
hello. i am using vb.net in my asp.net application and i want to display =
turkish chractera on my web pages. but i can't display.
i used below codes in web.config file.
merhabaler haz=FDrlad=FD=F0=FDm bir sayfada tamamen t=FCrk=E7e database =
ve metinlerde t=FCrk=E7e. ben web.config de=20
<globalization requestEncoding=3D"iso-8859-9" =
responseEncoding=3D"iso-8859-9" culture=3D"tr-TR" uiCulture=3D"tr"/>

and i used below codes in webpage

<%@ Page Language=3D"vb" AutoEventWireup=3D"false" =
Codebehind=3D"savelist.aspx.vb" Inherits=3D"kayittest.savelist" =
codePage=3D"28599" %>

above codes are succesfully executing on local iis and i am displayin =
turkish characters ony wep pages. but when i have tried to display this =
web pages on real web eg.www.ss.com/kayit/savelist.aspx turkish =
characters aren't displaying. please help me!

GarrMc NO[at]SPAM online.microsoft.com
7/30/2004 1:44:34 AM
Hi John. It sounds like you might be saving the ASPX files locally using
the default system code page. If this is the case, you need to either set
the web server's system locale to Turkish OR save the ASPX files locally as
UTF-8 before propagating them to the server. Saving the files as Unicode
will allow you to keep the Turkish characters intact, but still serve the
web pages in the encoding specified in web.config.

Cheers,
Garrett

--------------------
[quoted text, click to view]
Codebehind="savelist.aspx.vb" Inherits="kayittest.savelist"
codePage="28599" %>
[quoted text, click to view]
turkish characters ony wep pages. but when i have tried to display this web
pages on real web eg.www.ss.com/kayit/savelist.aspx turkish characters
aren't displaying. please help me!
[quoted text, click to view]

--

Garrett McGowan [MSFT Developer International]

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
John Smith
8/2/2004 1:47:59 PM
thank you. now i can solve this problem.but i don't know later.

"Garrett McGowan[MSFT]" <GarrMc@online.microsoft.com>, iletide þunu yazdý
news:s82jLbddEHA.3204@cpmsftngxa10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button