pspad: -------------------------------------------------------------------------------- Statusbar is unicode component, but I don't know how to recognize that char is surrogate pair. Editor presents it as 2 characters. --------------------------------------------------------------------------------
Hi, if there would be a need for it, the original unicode character can be computed from the surrogates. cf. e.g. the info on the following page (below the interactive conversion forms and tables there is some general background including the conversion math: http://www.russellcottrell.com/greek/utilities/SurrogatePairCalculator.htm and even some sample javascript code is given there. It would be possible to use this via PSPad scripting, but the usage wouldn't be straightforward (scripts currently can't access statusbar, it would be prompts called with keyboard shorcuts). It could most likely be coded internally to - possibly with some checks for invalid surrogates outside of the regular pairs etc. regards vbr -- <http://forum.pspad.com/read.php?2,64696,64702> PSPad freeware editor http://www.pspad.com
