473,809 Members | 2,775 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

strange symbol in XML

Hi, caution....BRAN D NEW NEWBIE HERE

I use Quark Docs to create XML using Atomic XPort PE. The Quark docs
are in the form of catalogs and I pull or export the content of the
catalogs out into XML format for web transistion. In some of the XML
I export through Atomic XPort PE, I get this funny symbol.... •

Needless to say, it is through the entire XML code and since I am new
to this process and don't know what this means, I don't know how to
get rid of it. Has anyone else come across this symbol before? I
tried doing a google search on it but it brought up nothing....can
anyone explain why I am getting it and what it means? I would
appreciate it.

Example of code:

<_06_BS_Headi ng apagenum = "1" pagenum = "1">VHFÂÂ*Radi o</
_06_BS_Heading>
<_06_BS_Small_H ead apagenum = "1" pagenum = "1">Compact Submersible
VHF • Ray48</_06_BS_Small_He ad>
<_06_BS_text apagenum = "1" pagenum = "1">• Fully submersible,
delivers reliable VHF performance in the harshest conditions</
_06_BS_text>
<_06_BS_text apagenum = "1" pagenum = "1">• White housing</
_06_BS_text>
<_06_BS_text apagenum = "1" pagenum = "1">• Easy-to-Read Backlit
LCD</_06_BS_text>
<_06_BS_text apagenum = "1" pagenum = "1">• Quick access 16 PLUS
key</_06_BS_text>
<_06_BS_text apagenum = "1" pagenum = "1">• Programmable scan •
Tri-watch</_06_BS_text>
<_06_BS_text apagenum = "1" pagenum = "1">• NOAA weather alert</
_06_BS_text>
Any direction would be appreciated....

Apr 24 '07 #1
2 2324
dzine wrote:
I export through Atomic XPort PE, I get this funny symbol.... •
Data issue, not XML issue.

Remember, XML supports unicode, which means it can contain characters
outside the ASCII range. In most cases, the files will be UTF8, which
means high characters are encoded as a two- or three-byte sequence. If
you look at the numeric values of the bytes, and at the formal
definition of UTF8, you should be able to figure out what character
these actually represent. This is left as an Exercise for the Reader.

As to why it's there in the first place... well, you'll have to ask
whoever wrote the tool that's generating the XML, and/or whoever wrote
the data that tool is working on.

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Apr 24 '07 #2
On 24 Apr 2007 11:02:03 -0700, dzine <dz***@wi.rr.co mwrote:
>I get this funny symbol.... •
Note the extra leading character, an accented a
That's the usual giveaway that you're looking at UTF-8 data with a tool
that's expecting ISO-8859-* data. If you saw _single_ garbled
characters, it would probably be the other way round. If every character
looked OK but was prefixed by a square or diamond, then you'd be looking
at UTF-16 (probably from Windows).

Time to learn about the wonderful world of character encodings. Try
reading Jukka Korpela's website.

PS - just do everything in UTF-8 these days, not ISO-8859-*

Apr 24 '07 #3

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

Similar topics

5
1476
by: Wolfgang.Stoecher | last post by:
Hello, I'm new to Python and playing around. I'm confused by the following behaviour: >>> l1 = # define list >>> l2 = l1 # copy of l1 ? >>> l2,l1 (, ) >>> l2.extend(l1) # only l2 should be altered !?
0
2672
by: Tony Johansson | last post by:
Hello! I get compile error when compiling using the command javac from the command terminal window(CMD). I have just two classes which are called HelloWorld.java and Slask.java. I have both classes in the directory called temp and I do cd temp to this directory. Then I do javac HelloWorld.java Now I get the compile error HelloWorld.java:8 cannot resolve symbol
2
6974
by: Tony Johansson | last post by:
Hello! I get compile error when compiling using the command javac from the command terminal window(CMD). I have just two classes which are called HelloWorld.java and Slask.java. I have both classes in the directory called temp and I do cd temp to this directory. Then I do javac HelloWorld.java Now I get the compile error HelloWorld.java:9 cannot find symbol
1
3769
by: Sam Kong | last post by:
Hello! Recently I had a strange problem with Visual C# 2005 beta 1. When I ran(F5 key) a program, <#if DEBUG> statement was not working. It ran as RELEASE mode. So I had to manually define DEBUG to make #if DEBUG work. When I first started the project, this problem didn't exist. The problem started to exist in the middle of doing the project. Today, I decided to figure out what went wrong.
1
2707
by: Crutcher | last post by:
I've been playing with dictionary subtypes for custom environments, and I encountered a strange interaction between exec, dictionary subtypes, and global variables. I've attached a test program, but first I'd like to give some background. Python uses dictionary objects as symbol tables in it's execution contexts. Since these objects used to be basic types, which were not subclassable, some of the interpreter code accessed them using...
2
3012
by: Cesar | last post by:
Hello, I've developed a .NET C# web service; which has one method named, let's say, upload_your_data. This method has one parameter ( string your_data). The value that this parameter will actually have is the content of a XML document. This data will be processed and check for a well-formed xml document and will be validated against a XSD. Before putting my code, let me go on and explain the whole situation. This web method is invoked...
6
1902
by: semedao | last post by:
Hi All, I had working code that made custom serialization on objects that inherit from queue in the inherited queue I create my own GetObjectData: public void GetObjectData(SerializationInfo info, StreamingContext ctxt) { lock (this.SyncRoot) {
2
5338
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: 1>make_buildinfo.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function _make_buildinfo2 Ask on python-list@python.org . - Josiah
5
2437
by: ioni | last post by:
Good day, fellows! I have a strange problem – at my site there is a flash strip, that loads data dynamically. It works fine (grabs data from the remote server and presents it), however in IE7 and its clones I encounter a strange problem where I can hear clicking sound non-stop (like the page is being reloaded non- stop), whereas the page is not reloading.
0
9601
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10379
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
10115
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...
0
9199
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7660
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
6881
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
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3014
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.