April 15th, 2013 05:41 AM
I hope this is the right section. I have been trying to fix this problem for the past few days with no success and hope someone here can help me out.
When I run tomcat7, I get the following error ...
February 18th, 2013 09:32 AM
Thank you for the code.
I've actually managed to make a unicode to string converter method and tested it; it worked pretty well and converted all the unicode content without an error
I'm posting...
February 18th, 2013 02:52 AM
I don't have any control over the section that reads the file. The section where I work on receives the file as a string and I'm working with the string and was wondering whether I could do anything...
February 15th, 2013 09:30 AM
Hello everyone
I am working on a file that has unicode in it and I'd like convert the whole content into string so that the unicode is not converted into their respective characters.
I know...
February 6th, 2013 06:20 AM
I'm not sure whether this is the right place to post these sort of requests; I'll be happy to post in a different section if someone points out where I should ask for help.
I have some very basic...
January 16th, 2013 06:30 AM
Hi
I hope someone can put some clarification on this problem that I'm having.
I am using Apache HTTPClient 4.2 library and I use proxies to connect to internet.
For normal proxies I don't have...
December 12th, 2012 03:36 AM
Here are some information about the development environment.
IDE : Eclipse
Project settings: Text-File Encoding = UTF-8
I have the following piece of code inside my class:
String str...
December 11th, 2012 10:14 AM
Well I found th solution for that, in order to decode unicode text that is being returned from external sources, I used StringEscapeURL which works as a charm.
The only problem I'm having now is...
December 11th, 2012 08:21 AM
It doesn't get converted, I don't remember where but I've read that when we use code to read from an external file/source such as a website,file etc. the string that is received is handled as plain...
December 11th, 2012 03:40 AM
Ok here's the solution. It seems like the compiler can automatically convert unicode when the string is passed in a variable e.g String str ="unicode text". However when the unicode text is read from...
December 11th, 2012 03:00 AM
yes, If I use some online identifiers, I get the actual text that is represented by the unicode.
However in java I'm not being able to make the coversion when I read an external file or source.
...
December 10th, 2012 06:29 AM
Hi everyone
I hope someone can help me with this strange problem.
I have a string containing the following text
"[{\"id\":18273,\"name\":\"\u0410\u0430\u043b\u0435\u043d\"}""
As you can see...
December 7th, 2012 03:51 AM
I'm having problem with encoding or something else probably.
There's a source which is encoded in UTF-8 and I'm trying to retrieve the source of the website through a http request.
I have...
November 28th, 2012 03:17 PM
I don't know what I'm doing wrong but I have a problem wit this simple regex which works fine when I test it on rad software regular expression but doesn't work in java
I am trying to get some...
November 25th, 2012 11:13 AM
Hello everyone
I'm not sure what is going on but I have this problem
I have recently started to play with http in java and since yesterday everything worked
but now when I receive some strange...
November 4th, 2012 07:04 AM
Yeah that's the problem with JSoup, apparently by legalising the code what is also doing is some harsh re-ordering which basically.
so for example:
<span id="items">
<p>first item<p>...
November 3rd, 2012 09:01 AM
I hope someone can guide me on this.
I am looking for a good HTML parser that allows me to extract relevant data and I came across JSoup.
It's a good parser and I can use methods to extract data...
October 24th, 2012 01:20 PM
Hello everyone
I hope someone can guide me a bit on this.
I am working on a project where there is a problem with the language.
Basically, if I set the language of the form to one language,...
August 12th, 2012 03:53 PM
it makes sense, I think that's exactly what's happening because what I am storing in the map are words and some of them are repeating words.
Thank you
August 12th, 2012 01:21 PM
Hi
I have this annoying problem and I can't get my head around it.
basically I have an Arraylist with around 200 values in it.
But when I pass the value to a Hashmap only 80 are stored.
...
August 9th, 2012 12:43 PM
I was aware of that syntax where I can use "||" or "&&" to add multiple values but it's not neat and effective when you want to check multiple values as your repeating the same line of code again and...
August 9th, 2012 11:31 AM
Hi everyone
I wanted to know wether is possible to use the contains method to check multiple values.
For example:
If I want to know wether a string contains a "?" or "!". How would I change...
August 1st, 2012 12:20 PM
Hello everyone
I am trying to work on this problem but really failing understand it properly, I mean I understood the concept but having trouble knowing how to apply it.
Basically I need to read...