jEdit Community - Resources for users of the jEdit Text Editor
Problem with a Ansi To Oem macro
Submitted by Anonymous on Saturday, 7 May, 2005 - 18:53
I am trying to make a macro of conversion ANSI for OEM, and OEM you the ANSI.
The macro works in ANSI to OEM, but does not work ANSI to OEM.
Somebody could help me. the macro is basically this.

Sorry my english.


boolean bAnsiToOem = true;

String[] Ansi = {"â","Â","à","À","�","ã","Ã","á","ê","Ê","è","é","É",
"í","�","õ","Õ","ô","Ô","ó","Ó","ü","Ü","ú","Ú","ç","Ç"};

String[] Oem = {"ƒ","¶","…","·","µ","Æ","Ç"," ","ˆ","Ò","Š","‚","?",
"¡","Ö","ä","å","“","â","¢","à","?","š","£","é","‡","€"};


if(Ansi.length != Oem.length) {
Macros.error(view, "Erro na codificação Ansi ou Oem");
return;
}
for( i=0; i < Ansi.length; i++ ) {
SearchAndReplace.setBeanShellReplace(false);
SearchAndReplace.setIgnoreCase(false);
SearchAndReplace.setRegexp(false);
SearchAndReplace.setSearchFileSet(new CurrentBufferSet());
SearchAndReplace.replaceAll(view);
if(bAnsiToOem){
SearchAndReplace.setSearchString( Ansi[i] );
SearchAndReplace.setReplaceString( Oem[i] );
}else{
SearchAndReplace.setSearchString( Oem[i] );
SearchAndReplace.setReplaceString( Ansi[i] );
}
}
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
HEHE Problem solve.. i w
by Anonymous on Sun, 08/05/2005 - 01:09
HEHE
Problem solve..

i was inverting. i was puting the SearchAndReplace.replaceAll(view); before the declaration of searchString.

sorry the stupid topic =/
What happend is .. I convert
by Anonymous on Sun, 08/05/2005 - 00:02
What happend is ..
I convert some caracters from ANSI to OEM.
Then i try convert them again , OEM to ANSI. Some caracters convert correctly and some dont


please any person.. give me a help =]
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82339
Context Free Art (*.cfdg)   0.31   46046
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18108
ColdFusion scheme   1.0   18016
R Edit Mode - extensive version   0.1   17465
Advanced HTML edit mode   1.0   16198
Matlab Edit Mode   1.0   16060
jEdit XP icons   1.0   15221
XP icons for jEdit   1.1   14285