Project

General

Profile

« Previous | Next » 

Revision 3150

Added by Jing Tao over 17 years ago

Add code to handle double quotes in normalize method.

View differences:

src/edu/ucsb/nceas/metacat/MetaCatUtil.java
293 293
                         /////////
294 294
                         break;
295 295
                     }
296
                     case '"':
297
                    	 str.append(""");
298
                         break;
296 299
                    default: {
297 300
                         if ( (ch<128) && (ch>31) ) {
298 301
                             str.append(ch);

Also available in: Unified diff