On Sun, 22 Oct 2006, Lars Gullik Bjønnes wrote:

> This lfun makes it possible to insert unicode characters.
> 
> M-x unicode-insert 0xab

Ah... I was going to ask for an example. So here's an attempt at 
describing this function, please comment:

        The function 'unicode-insert' takes an argument that specifies a 
        unicode character and inserts it at the current point. It can be 
        used to insert any kind of unicode character, where a character is 
        encoded by for instance "0xab" (this is a 'o' with an 
        underbar???). See <some-reference-to-unicode-characters> for 
        further details on unicode. Note that this function requires an 
        argument, i.e. a string specifying the unicode character to 
        insert.

        Example:
                M-x unicode-insert 0xab

        Possible unicode references:
        * http://unicode.org/charts/

cheers
/Christian

-- 
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to