/[webpac]/trunk2/out/js/l2_unescape.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/out/js/l2_unescape.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 552 by dpavlin, Sun Sep 5 17:52:49 2004 UTC revision 553 by dpavlin, Fri Oct 29 19:22:55 2004 UTC
# Line 4  Line 4 
4    
5  function l2_unescape(text) {  function l2_unescape(text) {
6    
7    if (! text) return null;
8    
9  if (text.match(/%c[0-9a-f]%[0-9a-f][0-9a-f]/i)) {  if (text.match(/%c[0-9a-f]%[0-9a-f][0-9a-f]/i)) {
10          return unescape(text);          return unescape(text);
11  } else {  } else {

Legend:
Removed from v.552  
changed lines
  Added in v.553

  ViewVC Help
Powered by ViewVC 1.1.26