User forums > Nightly builds

The 03 january 2007 build is out.

<< < (4/4)

lubos:
when i use split view there's no code highlight in second window, is this ok? im using winxp sp2

sethjackson:

--- Quote from: lubos on January 04, 2007, 07:06:41 pm ---when i use split view there's no code highlight in second window, is this ok? im using winxp sp2

--- End quote ---

No it is not. There is a bug report for it at BerliOS.....

thomas:

--- Quote from: artoj on January 04, 2007, 05:55:06 pm ---Not good enough, if there's really a bug, it needs to be fixed.

Did you notify the TinyXML developers about the issue?

--- End quote ---
No, because I am not sure that what I was doing (and what you're doing) is actually legal in XML. It could very well be that TinyXML is right...

artoj:

--- Quote from: thomas on January 05, 2007, 09:09:43 am ---No, because I am not sure that what I was doing (and what you're doing) is actually legal in XML. It could very well be that TinyXML is right...

--- End quote ---

In Wikipedia it says:


--- Quote ---A CDATA section is merely an alternative syntax for expressing character data; there is no semantic difference between character data that manifests as a CDATA section and character data that manifests as in the usual syntax in which "<" and "&" would be represented by "&lt;" and "&amp;", respectively.

--- End quote ---

There is of course the XML specification, Character data and markup


--- Quote ---In the content of elements, character data is any string of characters which does not contain the start-delimiter of any markup and does not include the CDATA-section-close delimiter, "]]>". In a CDATA section, character data is any string of characters not including the CDATA-section-close delimiter, "]]>".

--- End quote ---

Are you sure they had problems with Chinese characters and not Japanese? From the TinyXML homepage:


--- Quote ---For example, Japanese systems traditionally use SHIFT-JIS encoding. Text encoded as SHIFT-JIS can not be read by TinyXML. A good text editor can import SHIFT-JIS and then save as UTF-8.

--- End quote ---

But why would it then succeed in CDATA, no idea.

Navigation

[0] Message Index

[*] Previous page

Go to full version