Results 1 to 4 of 4
Thread: polish signs in log-file
- 10-05-2010, 03:55 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 5
- Rep Power
- 0
polish signs in log-file
Hallo,
I've programmed some servlets, that write with System.out.print entrys into stdou-log. I'm using polish signs, but they are replcesd by '?' sign. As server I'm using Tomcat 6.0, servlets are written by Netbeans 6.7.1 IDE. What should I do to enable polish signs in log-file, or is it impossible?
with regards
Rafal Ziolkowski
- 10-06-2010, 09:44 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 27
How are you reading the log file?
What's the character set for the log?
The ? probably simply means that whatever you are using to read the log doesn't recognise the character.
- 10-20-2010, 02:39 PM #3
Member
- Join Date
- Sep 2010
- Posts
- 5
- Rep Power
- 0
polish signs in log-file
Hallo,
sorry for the delay, but meanwhile I had holiday, so I can answer today. For reading I'm using notepad. Characterset of log - how could I determine it? I'm using Netbeans 6.7.1, for log-output I use System.out.print("...") method. Either I should change settings of my project or change something in Tomcat configuration. So I think.
Rafal Ziolkowski
- 10-20-2010, 03:04 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 13,541
- Rep Power
- 27
Similar Threads
-
Cannot start j2me polish in netbeans
By arnab321 in forum CLDC and MIDPReplies: 10Last Post: 09-05-2011, 12:18 PM -
Reverse Polish notation with stacks confusion
By jigglywiggly in forum New To JavaReplies: 3Last Post: 10-05-2009, 08:40 PM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 10:53 AM -
[SOLVED] How can I dynanically change math signs
By CJSLMAN in forum New To JavaReplies: 10Last Post: 10-07-2008, 05:07 AM -
How to parse the CSV(Comma separation values)file and validate the file using java
By padmajap13 in forum Advanced JavaReplies: 7Last Post: 05-23-2008, 04:46 AM
Bookmarks