convert to unicode

R

RaulDR

Hi All,

Im trying to convert a string to unicode using StrConv. The result is each
character has a space after example "T E S T"

Thank you in advance.
 
T

Tom van Stiphout

On Fri, 16 Jan 2009 20:32:01 -0800, RaulDR

That's what it may _look_ like depending on your editor, but if you
look in Hex you will see that the "spaces" are actually ASCII 0
characters and that there is also one after the last T. You then
realize these are in fact unicode characters.

-Tom.
Microsoft Access MVP
 
H

Howard Burgman

RaulDR said:
Hi All,

Im trying to convert a string to unicode using StrConv. The result is each
character has a space after example "T E S T"

Thank you in advance.
 
R

RaulDR

Hi Wayne,

Thanks a lot for the tip I was able to figure out a solution for my problem.
 
R

RaulDR

Hi Tom,

Thanks for the info, unfortunately I'm only using notepad that's why I
cannot see the ASCII characters
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top