Re: firefox configure bug
druck <news@xxxxxxxxxxxxxxxx> wrote:
> The 'text' segment contains the program code, it doesn't necessarily contain
> any textual strings, although usually there will be some strings data in
> there from where string literals are used in the code.
Uh, yes, you're right. Getting my segments confused. What I was trying to
explain was that the text segment contains constant static data without
using those words and that 'text' is confusing. I think I've made it more
confusing now :(
Theo
.
Relevant Pages
- Re: firefox configure bug
... >> The 'text' segment contains the program code, ... >> any textual strings, although usually there will be some strings data in ... > using those words and that 'text' is confusing. ... (comp.sys.acorn.apps) - Re: Chinese input for python and MySQL
... tinmean wrote: ... > to create some Chinesestrings data, ... Robin Munn ... (comp.lang.python) - Re: Ruby 1.9.1 - invalid multibyte escape: // (RegexpError)
... Also, it's not encodings which are compatible, but actual strings. ... What about string literals which include escape sequences like \u? ... This seems to override the source encoding rule. ... What source encoding and external encoding is used in irb? ... (comp.lang.ruby) - Re: Non latin characters in string literals
... AFAIK non-latin, other language characters, produce undefined behaviour, ... when used with standard library facilities expecting char strings like ... string literals; you need to use the appropriate hex escapes to be safe ... (comp.lang.c) - Re: String reuse
... Often String literals end up being longer ... strings that it creates are brand new, even if you've seen them before. ... There are a lot of common tags in an XML document, ... I load 100 Some texttags, then by interning the tags as they ... (comp.lang.java.programmer) |
|