G
Guest
Hi all:
I've read through the various related posts in this forum, but without any
success as yet.
I've got an ASP.NET application built in VS.NET 2003, and I'm trying to get
the Armenian Unicode characters I type into the textboxes of my ASPX Web
pages (via IE6) to post back to the server and get saved in my SQL database
as Armenian Unicode characters. Not having much luck, though -- all I get
back are question marks.
If I manually I insert the Armenian Unicode characters into the database and
then request them via Web browser, they come out just fine. My Web.config
file contains the following line:
<globalization requestEncoding="utf-8" responseEncoding="utf-8"
fileEncoding="utf-8" />
.... but still no dice. I admit I'm very new to this stuff, so I'm thinking
perhaps I might have my files saved incorrectly? Again, I'm using Visual
Studio .NET and I'm located in the US, and I don't believe I've manipulated
any of the default settings with regard to file encoding or whatnot, so I'm
stumped.
(My browser's set to UTF-8, incidentally, and it might be worth noting that
when I change my fileEncoding attribute to "Unicode" -- just saw it somewhere
and figured I'd give it a try -- I get an error in Global.asax complaining
about invalid content.)
Any help would be hugely appreciated.
Thanks!
Chris N.
MSDN Universal Subscriber
I've read through the various related posts in this forum, but without any
success as yet.
I've got an ASP.NET application built in VS.NET 2003, and I'm trying to get
the Armenian Unicode characters I type into the textboxes of my ASPX Web
pages (via IE6) to post back to the server and get saved in my SQL database
as Armenian Unicode characters. Not having much luck, though -- all I get
back are question marks.
If I manually I insert the Armenian Unicode characters into the database and
then request them via Web browser, they come out just fine. My Web.config
file contains the following line:
<globalization requestEncoding="utf-8" responseEncoding="utf-8"
fileEncoding="utf-8" />
.... but still no dice. I admit I'm very new to this stuff, so I'm thinking
perhaps I might have my files saved incorrectly? Again, I'm using Visual
Studio .NET and I'm located in the US, and I don't believe I've manipulated
any of the default settings with regard to file encoding or whatnot, so I'm
stumped.
(My browser's set to UTF-8, incidentally, and it might be worth noting that
when I change my fileEncoding attribute to "Unicode" -- just saw it somewhere
and figured I'd give it a try -- I get an error in Global.asax complaining
about invalid content.)
Any help would be hugely appreciated.
Thanks!
Chris N.
MSDN Universal Subscriber