Converting cyrillic to western characters

V

val

I have an Access 2002 table formated with Arial unicode
MS. One field contains a Russian file name in cyrillic.

I am trying to convert that filename into western
characters:

source:"ПНМ-БП-ПЗ-ВСП-ОБ-ОД-001"

using:
strDocNumber = MySet("DocNo")
produces "???-??-??...."
strDocNumber = StrConv(MySet("docno"), vbUnicode)
produces "□□□□□□-□□□□-......."

Is there a way of doing this?
 

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