aspose file tools
The moose likes Java in General and the fly likes Compile Time Error: ááá - illegal Character Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Compile Time Error: ááá - illegal Character" Watch "Compile Time Error: ááá - illegal Character" New topic
Author

Compile Time Error: ááá - illegal Character

Jay Ceazar Boado
Greenhorn

Joined: May 24, 2009
Posts: 10

Hi

Tried to compile this code below and encountered this error.

ááá - illegal Character





I directly copied it from lotus notes mail client since it was sent by a colleague seeking for help.

When I retype the code manually, it compiles fine.

Not sure where does the special character came from? Any advise

Thank you so much for the help

Jay


_________________________________________
"Open Season- SCJP 6.0 - Java Hunting Gound!"
Balu Sadhasivam
Ranch Hand

Joined: Jan 01, 2009
Posts: 874


Well i guess and seen notes client copies and preserves types as in clipboard..
Jay Ceazar Boado
Greenhorn

Joined: May 24, 2009
Posts: 10
Balu Sadhasivam wrote:
Well i guess and seen notes client copies and preserves types as in clipboard..


Hi Balu

Thanks for the reply. It looks like then. Since I tried copying the code I just pasted and compiled fine.


Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32638
    
    4
That is because it has been through some sort of word processor which adds control characters. Only use text editors (preferably not NotePad) or IDEs for programming.
 
 
subject: Compile Time Error: ááá - illegal Character
 
Similar Threads
Compile time Difference between // and /* */
cannot compile servlets
Literal Line feed
character literal doubt
How to replace '\' character by '/' one????