search and replace: Asian words to English words ?
From: ieee std (ieeestd802_at_yahoo.com)
Date: 10/28/04
- Next message: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Previous message: Markku Kolkka: "Re: Delivering on multple Linux dists?"
- Next in thread: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Reply: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Previous message: Markku Kolkka: "Re: Delivering on multple Linux dists?"
- Next in thread: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Reply: Måns Rullgård: "Re: search and replace: Asian words to English words ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|