Page 1 of 1

Unicode data display is showing ḷṃṇ

Posted: Mon Feb 18, 2008 9:06 am
by BoskeyT
Hi all,

I have a function that simply inserts the converted string(Unicode data) in place of the selected
string (Other Encoding ie non unicode data) in the active document.But despite proper insertion it inserts ḷṃṇ.
Its Hex value is proper and same data appears proper in Notepad and winword. Please Help me.......

code snippet..
dim string1 as string ' Non-Unicode Data
dim string2 as string ' Unicode Data
string2 = convert2Unicode(string1 )
after conversion its shows...
string2 = ḷṃṇ
please Help me !! i m stuck with it...

Re: Unicode data display is showing ḷṃṇ

Posted: Wed Feb 20, 2008 4:54 pm
by pitonyak
Can you provide a small complete example that runs? For example, this is a complete running example that inserts a unicode character at the cursor

http://codesnippets.services.openoffice ... acter.snip