|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
If anyone can help me with the following problem I would very much appreciate it. I am developing some unicode (UTF-8 endcoded) web pages for use on an intranet - they will be translated into a number of languages. There will be template pages with markers for where the text should go, e.g. <html><head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> </head><body> <h1><font face="Arial Unicode MS">MARKER001</font></h1> <p><font face="Arial Unicode MS">MARKER002</font></p> </body></html> (This is just for demo purposes - the real HTML is much more complex.) Then there will be a unicode file containing the marker code and the text that it needs to replace it, e.g. "MARKER001","This is a heading" "MARKER002","This is some body text" This file will be translated into multiple languages, including ones such as Hebrew and Arabic. What I need is a search and replace utility that will search for the tags and replace them with the strings in multiple files in multiple directories. Of course there are lots of utilities for doing this kind of search and replace operation, but I cannot find one which is unicode compliant (both for the input and the output files). Anyone know anything which will do this, on either Windows or Linix? Thanks James Johnson (james@publitek.com) Publitek New Media Ltd. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Unicode search and replace utility required |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|