Java codecs
What a shame! I spent few hours trying to find a decoder for Java string literals.s.replace("\\\\", "\\").replace("\\n", "\n") would fail to correctly decode a legitimate sequence of 3 characters '\\', '\\' and 'n' into a string of 2 characters '\\' and 'n'. This is because multiple .replace() invocations apply per-character decoding more than once, which is wrong.Syndicated 2007-11-08 21:52:46 (Updated 2007-11-09 21:38:44) from Ilguiz (eel ghEEz) Latypov
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!