Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #25475
| From | v_borchert@despammed.com (Volker Borchert) |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: replace extended characters |
| Date | 2011-02-11 03:24 +0000 |
| Organization | Private site at Eddersheim, Germany |
| Message-ID | <ij2a4r$llo$1@Gaia.teknon.de> (permalink) |
| References | <15bd3363-c781-487b-98d5-2243eff7cc8f@24g2000yqa.googlegroups.com> |
VIDEO MAN wrote: > Hi, > > I'm trying to create a java utility that will read in a file that may > or may not contain extended ascii characters and replace these > characters with a predetermined character e.g. replace é with e and > then write the amended file out. > > How would people suggest I approach this from an efficiency point of > view given that the input files could be pretty large? > > Any guidance appreciated. Don't reinvent the wheel, use tr -- "I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed> "I'm a mechanic, not a doctor." Volker Borchert <v_borchert@despammed.com>
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
Re: replace extended characters v_borchert@despammed.com (Volker Borchert) - 2011-02-11 03:24 +0000 Re: replace extended characters RedGrittyBrick <RedGrittyBrick@spamweary.invalid> - 2011-02-11 15:31 +0000 Re: replace extended characters Roedy Green <see_website@mindprod.com.invalid> - 2011-02-11 16:57 -0800
csiph-web