473,794 Members | 2,748 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XML encoding problem

Hi!

I am using Xerces 2.2.0 for C++ as XML parser and I have problems when
transcoding central european signs to unicode, that is I get strange signs
in the XML output file and not the ones I want there to be.

Default encoding type for XML document is UTF-8.

To transcode chars to unicode I use
XMLString::tran scode(someData) .unicodeForm().

I would appreciate any help on this, if someone has experience with this
issue.

Thnx, in advance.
Jul 20 '05 #1
2 2555
* Nutshell wrote in comp.text.xml:
I am using Xerces 2.2.0 for C++ as XML parser and I have problems when
transcoding central european signs to unicode, that is I get strange signs
in the XML output file and not the ones I want there to be.


Strange signs?
Jul 20 '05 #2
"Nutshell" <so*****@yahoo. com> wrote:
X-Newsreader: Microsoft Outlook Express 5.50.4133.2400

I am using Xerces 2.2.0 for C++ as XML parser and I have problems when
transcoding central european signs to unicode, that is I get strange signs
in the XML output file and not the ones I want there to be.
To transcode chars to unicode I use
XMLString::tran scode(someData) .unicodeForm().


Perhaps you have some confusion on the input between ISO-8859-2 and
cp1250. Give examples!

BTW:
Your newsreader isn't set-up correctly to send special, non-ASCII
characters. Please choose

Tools > Options > Send
Mail Sending Format > Plain Text Settings > Message format MIME
News Sending Format > Plain Text Settings > Message format MIME
Encode text using: None

--
Top posting.
What's the most irritating thing on Usenet?
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
7610
by: CMan | last post by:
Hi, I am reading a text file using a StreamReader in C# but the reader is unable to handle some of the characheters. Using the default encoding the program cannot handle accented characters. I tried opening the file using other encodings e.g. UTF7. UTF7 fixed the accents but cannot hadle the plus sign x2B. I am also having problems with the Euro symbol x80 and quote x92.
8
607
by: Demon News | last post by:
I'm trying to do a transform (Using XmlTransform class in c#) and in the Transform I'm specifying the the output xsl below: <xsl:output method="xml" encoding="UTF-8" indent="no"/> the resulting xml ends up with the following declaration: <?xml version="1.0" encoding="utf-16"?> changing the encoding to utf-16, is there something I'm doing wrong? Is it
3
1836
by: David Taylor | last post by:
In .net I am using a HttpWebRequest to read from a WebSite. I am getting everything back except for some characters above hex 7F which appear to have been stripped out of my response. I see these characters if I examine the site with IE. It has been suggested that this is an encoding problem, but I'm unsure as what I need to do about it. Can anybody help?
2
4486
by: WEIWEIWEI | last post by:
Hi Al I'd like to encode a string submitted from a utf-8 form in a aspx page to big5 Any ideas on how to do that I try sth like public static string unicode_big5(string src) { Encoding big5 = Encoding.GetEncoding("big5") Encoding unicode = Encoding.UTF8 byte unicodeBytes = unicode.GetBytes(src)
2
2221
by: Alex Maghen | last post by:
I have created the world's simplest Code-Behind ASPX page in VS 2005. I've used all the defaults. But when I go to build and run the page, it comes up in Chinese (or some Asian character set). I've tried lots of stuff here and nothing seems to be working. Any ideas?
4
3822
by: flyingco | last post by:
URL decoding/encoding problem Iif the url contains chinese char,the url will be encoded. For example : url:http://194.0.0.84/ÖÐÎÄÒ³Ãæ.htm when my tdi driver intercept the packet, I find that "ÖÐÎÄÒ³Ãæ.htm" has been encoded to "%E4%B8%AD%E6%96%87%E9%A1%B5%E9%9D%A2.htm" when I decode it with utf8 ,the content still is not decoded; My codes as follow: char szMySer ={"%E4%B8%AD%E6%96%87%E9%A1%B5%E9%9D%A2.htm"};
0
1103
by: Serdar Irmak | last post by:
Hello, I've an encoding problem with asp.net 2.0 pages, it only effects to the input elements of forms that the client submitted, all other page content can be displayed normally including Turkish characters. When a client enters Turkish characters on a form and submits to save, they all fitered out on postback by asp.net automatically. It only happens on English localized web servers and I tried to put < globalization...
5
2441
by: bagelman | last post by:
Hello, I've an encoding problem with asp.net 2.0 pages, it only effects to the content of textBox elements. When user press Submit button and page become postback the strings in textBox become strange characters. Is anybody experienced and solved a similar problem ? Best Regards
8
2619
by: lisa1987i | last post by:
I am really having trouble with encoding characters. The application I am creating i based on a NNTP component from Smilla smilla.ru My propblem is when I read a string which contain special characters and the character is set to utf-8. It works fine with iso-8859-1 strings (I think) The problem occurs whene case below is Q, encoding is set to utf-8, s= "=?Utf-8?Q?M=C3=A1scara_WindowsForm?="
2
4807
by: David Gillen | last post by:
Hello. I've a problem (which I believe is a character encoding problem) where I retrieve data from a MSSQL database and euro and pound sign symbols appear as ? when a do a print_r of the rows immediately after retrieving them from the database. The data can be seen correctly in the SQL manager program. I connect to the database using the PEAR DB library. Has anyone encountered this problem and/or know of a solution. Thanks, David.
0
10433
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10212
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10161
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6777
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5560
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4112
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2919
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.