Menu

#387 Support for special character set

Feature Request
closed-rejected
None
5
2005-11-24
2005-07-20
Sukender
No

I'm not sure, but I think some charcters produce
errors. If you try

<!-- Un commentaire en fançais avec des accents : éčęë -->

you'll have a parsing error. Try a word with "é" and
then replace it by "e" : the error disapear. It's
perhaps a problem with my program but it's a strange
behaviour !

Discussion

  • Karl Waclawek

    Karl Waclawek - 2005-08-19
    • assigned_to: nobody --> kwaclaw
     
  • Karl Waclawek

    Karl Waclawek - 2005-08-19

    Logged In: YES
    user_id=290026

    What encoding do you use, and what encoding is specified
    in the input file?

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same issue. The file is encoded with UTF-8 and I've
    forced the encoding using others like US-Ascii and ISO-899..

    Also when I manually escape the character to &233;
    (example) it always unescapes to UTF-8 it looks like.

    My work around was simply to remove all high character
    values before a parse.

     
  • Karl Waclawek

    Karl Waclawek - 2005-11-24

    Logged In: YES
    user_id=290026

    Rejected due to lack of feedback from original reporter.

     
  • Karl Waclawek

    Karl Waclawek - 2005-11-24
    • status: open --> closed-rejected
     

Log in to post a comment.