java - Replacing a roman script MS Doc with unicode text : replaceText taking too long time -


i trying convert contents of ms-doc file roman unicode script. when roman file contains roman letters, replacement works well, when contains few unicode or non roman words, replacement takes long time , program gets stuck @

document.getrange().replacetext("romanstring","unicodestring"); 

what can reason?


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -