search and replace: Asian words to English words ?

From: ieee std (ieeestd802_at_yahoo.com)
Date: 10/28/04


Date: 27 Oct 2004 18:00:24 -0700

Folks:
 
How to do a search and replace involving Asian words to English words
?
 
For example, I have many files which contains mixings of Asian words
and English
words, and I can define one to one relation for Asian words to
English words,

 
Then how I can let this "search and replace" recursively happens over
many
files for each appearance of Asian words ? An example:
 
printf("display menu %s", "xxxxx "); // where xxxxx is
Hello in Asian words

 ----> need to be translated into ---->

printf("display menu %s", "Hello");
 
 
Thanks.



Relevant Pages

  • Re: search and replace: Asian words to English words ?
    ... > How to do a search and replace involving Asian words to English words ... > and English words, and I can define one to one relation for Asian ... Let's call the file "translate". ... Next, run perl thusly: ...
    (comp.os.linux.development.system)
  • search and replace : Asian words to English words
    ... How to do a search and replace involving Asian words to English words ... I have many files which contains mixings of Asian words ... files for each appearance of Asian words? ...
    (comp.os.linux.misc)