Lines Matching full:safe
57 * @param string safe a filename in 'safe_filename' format
62 safe_to_unicode: function(safe) { argument
65 var split_array = safe.split(regex);
99 var safe = '';
113 safe += this.post_indicator;
116 safe += String.fromCharCode(codepoint);
119 safe += this.pre_indicator;
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
126 if(converted) safe += this.post_indicator;
128 return safe;
132 * Convert an UTF-8 string to a safe ASCII String
136 * @return string an encoded representation of filename using only 'safe' ASCII characters
145 * decode a 'safe' encoded file name and return a UTF8 string
147 * @param string filename a 'safe' encoded ASCII string,