encoding problem?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ptan

    encoding problem?

    Hi there, need your help.

    I have a program accept users' file.
    then, the file content's as a string object.
    then, it will generate a java source file.

    when i compile the generated java source file -- it throws illegal escape
    character errors.

    any idea?


  • Roedy Green

    #2
    Re: encoding problem?

    On Thu, 31 Jul 2003 12:35:35 +0800, "ptan" <ptan@tm.net.my > wrote or
    quoted :
    [color=blue]
    >when i compile the generated java source file -- it throws illegal escape
    >character errors.[/color]

    To answer that question you would have to show us the generated line
    the compiler is complaining about.

    For legal escape sequences see


    --
    Canadian Mind Products, Roedy Green.
    Coaching, problem solving, economical contract programming.
    See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

    Comment

    Working...