Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 08:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Search and replace (problem)

Discussion on Search and replace (problem) within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 5
Received Thanks: 0
Question Search and replace (problem)

hi all,
folgendes problem:
ich will ein programm mit au3 schreiben, das in einer txt datei nach einem bestimmten satz sucht und ihn mit einem anderen ersetzt. das problem ist, das in der txt datei auch chinesische zeichen enthalten sind. ich hatte es schonmal geschaft, aber dann waren alle chinesischen zeichen plötzlich nurnoch ???

wenn mir einer ein script schreiben könnte, mit dem ich einfach search und replace machen kann, ohne dass die chinesischen zeichen zu ??? werden.

mfg Jul
JulTheKiller is offline  
Old 10/03/2009, 23:35   #2
 
bassbanane's Avatar
 
elite*gold: 116
Join Date: Oct 2007
Posts: 677
Received Thanks: 248
Du musst die Datei mit dem Binary Mode öffnen, dann kann er auch alle Zeichen "verstehen". Das würde dann in etwa so aussehen :
Code:
$input = inputbox( "String to replace", "Enter String to be replaced here:")
$input2 = inputbox( "New String", "Enter new String here:")
$open = FileOpen( "BlaBlaDeineDateiHIER", 16)
$read = FileRead( $open)
FileClose( $open)
$byte = StringToBinary( $input)
$new=StringReplace( $read, StringToBinary($input), StringToBinary($input2))
msgbox(0, "", BinaryToString($new))
Viel Spaß damit ;-)


$read - Ist der alte Text
$new - Ist der neue Text
bassbanane is offline  
Reply


Similar Threads Similar Threads
Image Search Problem
06/23/2010 - AutoIt - 9 Replies
Heyy ich bin gerade dabei einen Bot zu Schreiben, leider habe ich ein Problem mit Image Search ... irgendwie checke ich das nicht so :( Ich habe vor dass wenn man Start klickt dass der Bot nach einem Bild sucht und dann mit der Maus dorthin geht und ein Linksklick macht. Hier mal der Source Code von mein Bot: #include <GUIConstants.au3> Global $INTERVALL
Why cant I replace the pk2?
07/25/2009 - SRO Private Server - 2 Replies
Whenever I download babbes english sunsro pk2 and replace it, it always replaces it self to an older version and has to update back to 2.020 again, it does this with any other pk2..
search & replace (aber wie? pls help)
06/22/2009 - AutoIt - 1 Replies
ich bin ziemlich neu und kenn mich mit autoit fast überhauptnicht aus, trotzdem wollt ich mal folgendes fragen: wie schaffe ich es, das ich ein search and replace file damit erstellen kann? also erstes soll der erstmal ein fester öffnen und nach dem speicherort von der datei fragen, dann soll er die datei öffnen und einen vorgegebenen text suchen und dann durch einen anderen ersetzen. und das nicht nur einmal, sondern sagen wir jetzt mal als beispiel 10x. also die datei (nehmen wir jetzt...
Like CE, replace, search, edit
05/20/2008 - RF Online - 0 Replies
I think it's very good idea if there were any programs like CE, but with fuction like Search for values xx xx xx xx xx and replace all with aa aa aa aa aa, it would save time and edit any req. very fast :> Anyone knows a program with that function? ;)
Actual Search&Replace(HELP)!
11/17/2006 - MapleStory - 1 Replies
Hey everybody New to this forum but actually i need help with A Search&rep. I have tryed to make UCE for my own use like 4 Days But my ace refuses to work i have done everything with it messed with all setteng, options i have lost hope for getting it done problem is Whatever i do with it When i hit the Find button it WONT do anything i dont want to beg but could someone share his UCE or help me makin it ? reply to me on msn =



All times are GMT +1. The time now is 08:21.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.