Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Special Character Conversion problem

Status
Not open for further replies.

carlgomerski

Programmer
Jan 20, 2001
17
0
0
AU
Hi,

I'm having an issue where an application password that contains the special charater '®' (alt-0174), it is being converted to '?' and hence becoming invalid.

It's entered via an ASP.NET app running on Windows 2003 (IIS6.0) then going through Websphere MQ 5.3 client to a microfocus Cobol program running on a unix server. I can step through the ASP.NET code and the character remains as '®'. However once it hits the Cobol program something has converted it to '?'. The interesting thing is we have a VB6.0 app which calls the same Cobol program and it doesn't convert the password character? So as far as I can tell either Websphere or IIS is changing the password's special character? I've added a similar thread to the Websphere forum as well.

I looked at Microsofts IIS forum/support pages with no joy. Have any of you heard of IIS6.0 changing special characters like this?
 
Well I can tell you the problem, but I've got no idea what the solution is. The problem you are having is that character is a unicode character, and somewhere a variable is being declared or converted into a non-unicode character.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top