jack86 Posted May 11, 2013 Report Share Posted May 11, 2013 Hi all, I'm newbie and I can't find a way to fix my problem. I need to use a "proper" with Russian characters. My script works only for western characters. Someone can help me? Thanks Quote Link to comment Share on other sites More sharing options...
paul Posted May 12, 2013 Report Share Posted May 12, 2013 You'll have to do this manually. Read the file into a variable. Loop - Locate the start of each word by searching for separators like space, period, comma, etc. - Extract the 1st letter of each word - Find it in a string of all lower-case Russian letters - Extract the character from a string of all upper-case Russian letters using the index returned from the lower-case search Quote Link to comment Share on other sites More sharing options...
jack86 Posted May 12, 2013 Author Report Share Posted May 12, 2013 Hi Paul, thanks for your advise but I couldn't fix this is the first part of code, can you explain me in details how I can modify? thanks Quote Link to comment Share on other sites More sharing options...
paul Posted May 13, 2013 Report Share Posted May 13, 2013 I think you're asking me to write the macro for you! If that's the case, I can happily oblige, but it will cost you. Send me a private message if you wish to continue down this path. BTW, I'm very familiar with Russian characters, having studied Russian at school for several years! Quote Link to comment Share on other sites More sharing options...
jack86 Posted May 13, 2013 Author Report Share Posted May 13, 2013 thanks Paul but I was asking where I need to modify... but, more or less, how much it is cost? Quote Link to comment Share on other sites More sharing options...
paul Posted May 13, 2013 Report Share Posted May 13, 2013 Private message please. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.