Re: Unicode Input
1) To enter Unicode characters, hold down the ALT key and enter the decimal character code on the numeric keypad. For example ALT+0241 = ñ. 2) SuperEdi uses the regular expression engine from VBScript (i.e. the VBScript.RegExp object). The syntax is very similar to Perl regular expressions. In addition to VBScript regex syntax, SuperEdi 4 processes the escape sequences \t and \r\n in the replacement string. Stand-alone linefeeds (\n) or carriage returns (\r) cannot be processed.
|