Tagged Questions

1
vote
1answer
34 views

simplyXML and accented characters in PHP

I have written an XML file which is using the ISO-8859-15 encoding and most of the data within the feed is ran through htmlspecialchars(). I am then using simplyxml_load_string() to retrieve the …
1
vote
6answers
168 views

Special chars in Python

Hi, i have to use special chars in my python-application. For example: ƃ I have information like this: U+0183 LATIN SMALL LETTER B WITH TOPBAR General Character Properties In Unicode since: 1.1 …
1
vote
5answers
2k views

Putting char into a java string for each N characters

I have a java string, which has a variable length. I need to put the piece "<br>" into the string, say each 10 characters. For example this is my string: `this is my string which I need to …
0
votes
3answers
87 views

BSTR and SysAllockStringByteLen() in C++

I'm new to C++, so this may be a noobish question; I have the following function: #define SAFECOPYLEN(dest, src, maxlen) \ { …
0
votes
3answers
1k views

java newline character insertion

how can i insert a newline character in a java applet program if i am using "label" instead of sys.out.println?? thanks in advance