Groups | Blog | Home
all groups > sql server reporting services > december 2004 >

sql server reporting services : accented_characters_and_ñ's


Diego Belay
12/27/2004 9:15:37 AM
Hi,
I have a problem in a rss script, when i try to create a folder name that
contains accented charactes or ñ's, the folder is created WITHOUT these
characters.

Example:
rs.CreateFolder("Ñandú", "/", Nothing)

I run the script and then i go to the report manager and the folder created
is "and"
If i create the folder manually with the report manager it works OK, but i
need the script.

Even when i print this name through the console:

Console.WriteLine("Ñandú") ' Shows: and

This prints fine in a common vb.net console application, someone knows what
the problem ?

Thanks in advance

Brian Welcker [MS]
12/29/2004 10:46:48 AM
This repros when you save the .RSS file as ANSI but when you save the .RSS
file as Unicode, it works.


--
Brian Welcker
Group Program Manager
Microsoft SQL Server

This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Diego Belay
1/3/2005 6:37:04 AM
it works now, thanks!

[quoted text, click to view]
AddThis Social Bookmark Button