SuperEdi

User: Guest

Search

Please use the
Bug Report Form
if you think you found a software defect.

Use the Contact Form
to send a personal message to Wolfgang.

RSS Feed RSS Feed

Other boards:
Juke
QBrowser
Raduga (English)
Song Requester

Unicode Input

Posted on: SuperEdi

From Message

Ed Marvin

2007-04-20 20:05:40

Unicode Input

Hi,

I have two questions.
(1) How do I enter Unicode characters via the keypad?
(2) Whose regular expression syntax do you use?
Presumably Perl. ???

Thanks

Wolfgang Loch

2007-04-21 09:28:20

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.

Ed Marvin

2007-04-21 19:09:37

Re: Unicode Input

Thanks for the quick reply. Just one more quick question. What if the code contains letters:
e.g. U+00E4 LATIN SMALL LETTER A WITH DIAERESIS?
I tried this with font = 'Courier New' but couldn't get it to input using Alt, the numeric keypad (with number lock on), and the regular keypad for the letter E (input as lower case "e").

Thanks

Wolfgang Loch

2007-05-06 14:34:19

Re: Unicode Input

Use the decimal number: Alt+0228

Ed Marvin

2007-05-07 10:44:35

Re: Unicode Input

Thanks

Post a reply to this message: