• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How To Deal With A Non-English Language

 
Ranch Hand
Posts: 1309
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please give guidance of writing Java code that searches for say, French language text.
For example, I have a file that's a clipping of some news story from a French website. How to write a piece of Java code that opens the file and finds a given word in the file? Are there articles I can read? I need to see a sample of multibyte chatacter seraching with Java. Thanks in advance.
[ December 01, 2002: Message edited by: JiaPei Jen ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic