Hi, Achim! Thanks for comments!
> 4. HTML Escape €uro still returns €uro > if the used charset *is not* utf-8, it may be wrong > (means the charset in the application where the HTML Escape applies) The problem is we escape only special chars like <>"'. But descape all. It there real needing to escape euro symbol? > 6. %UE282AC for € still questionable. Someone knows an answer? > 7. According the MySQL and MS SQL encoding, I'm still unsure if > the characters (non 7-bit ASCII) are correct, I assume this also > depends on the configured charset in the corresponding database. Hmm, I will thinking about these encodings... > 8. type €uro in the Decode area and use "Hex Decoding" which returns: > > An error was generated during the execution: > - Invalid input for that operation. > > The string that you are trying to encode/decode can't be > encoded/decoded using this algorithm. A detailed error follows: > - invalid literal for int() with base 16: '\x82\xacuro' I'll fix it. -- Taras ---- "Software is like sex: it's better when it's free." - Linus Torvalds ------------------------------------------------------------------------------ _______________________________________________ W3af-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-develop
